diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2013-05-21 15:19:35 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2013-05-21 15:19:35 +1000 |
commit | c66de126ad10a7220ab74e52fb7cc81b6d8b0993 (patch) | |
tree | e3c8457295bb7484d50c0972c2ed15d522441976 | |
parent | a4ff0f0eee046be846cc0f46edaba48b765e50d3 (diff) |
man: document -help/-?, -em1, -emp, -eml
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | man/xkbcomp.man | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/xkbcomp.man b/man/xkbcomp.man index 0486b7d..667c985 100644 --- a/man/xkbcomp.man +++ b/man/xkbcomp.man @@ -47,6 +47,18 @@ Produce a C header file as output (.h extension). .B \-dflts Compute defaults for any missing components, such as key names. .TP 8 +.B \-em1 \fImsg\fP +Print \fImsg\fP before printing first error message. +.TP 8 +.B \-emp \fImsg\fP +Print \fImsg\fP at the start of each message line. +.TP 8 +.B \-eml \fImsg\fP +If there were any errors, print \fImsg\fP before exiting. +.TP 8 +.B \-help, -? +Show available options. +.TP 8 .B \-I\fIdir\fP Specifies top-level directories to be searched for files included by the keymap description. After all directories specified by \-I options |