mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +01:00
doc: updated man pages for many tools
This patch perform simple fixes to the man pages and tool help page: - minor style updates, to get cleaner pages - option re-ordering, to have them in alphabetic order (easier to search for) - consistency updates for descriptions and number of dash - spell-checking The biggest changes are: - wmagnify: the option 'vdisplay' was not documented at all; - getstyle: the list of attributes that are taken for the Style are now described in their own section to clarify the page; - setstyle: the help page left thinking that the file argument was optional, which is not the case; - wdread: as the Exit Code may be useful, and it is not unusable, it is now documented; - wmgenmenu: added information about how the content of the menu is generated; - wmsetbg: added a section about dithering/best-match because as nowadays most screens are in True Color, the reason for the option may not be clear. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
f6c9410ee7
commit
c743c4b77b
@@ -436,9 +436,11 @@ int main(int argc, char **argv)
|
||||
|
||||
printf("Usage: %s [options]\n", argv[0]);
|
||||
puts("Options:");
|
||||
puts(" -display <display> display that should be used");
|
||||
puts(" -m <number> change magnification factor (default 2)");
|
||||
puts(" -r <number> change refresh delay, in milliseconds (default 200)");
|
||||
puts(" -display <display>\tdisplay where to magnification is shown");
|
||||
puts(" -m <number>\t\tchange magnification factor (default 2)");
|
||||
puts(" -r <number>\t\tchange refresh delay, in milliseconds (default 200)");
|
||||
puts(" -vdisplay <display>\tdisplay from which the magnification is taken");
|
||||
puts(" -h, --help\t\tdisplay this help page");
|
||||
puts("Keys:");
|
||||
puts(" 1,2,3,4,5,6,7,8,9 change the magnification factor");
|
||||
puts(" <space>, f freeze the 'camera', making it magnify only the current\n"
|
||||
|
||||
Reference in New Issue
Block a user