diff options
author | Martin Szulecki | 2014-11-21 15:15:17 +0100 |
---|---|---|
committer | Martin Szulecki | 2014-11-21 15:15:17 +0100 |
commit | f961e3589910a8c3d90752edeee1604fe1a1fb02 (patch) | |
tree | 360930eac78b3809a8abb17ab097e66a3ae80137 /docs | |
parent | a3cae2b7a3dfe8120f2a65a1fae8640bb4f095a5 (diff) | |
download | usbmuxd-f961e3589910a8c3d90752edeee1604fe1a1fb02.tar.gz usbmuxd-f961e3589910a8c3d90752edeee1604fe1a1fb02.tar.bz2 |
docs: Use correct manual section (8) for manpage
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 | ||||
-rw-r--r-- | docs/usbmuxd.8 (renamed from docs/usbmuxd.1) | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 12e0e57..70a61ca 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,3 +1,3 @@ -man_MANS = usbmuxd.1 +man_MANS = usbmuxd.8 EXTRA_DIST = $(man_MANS) diff --git a/docs/usbmuxd.1 b/docs/usbmuxd.8 index 00f0a5c..0a05f12 100644 --- a/docs/usbmuxd.1 +++ b/docs/usbmuxd.8 @@ -1,4 +1,4 @@ -.TH "usbmuxd" 1 +.TH "usbmuxd" 8 .SH NAME usbmuxd \- Expose a socket to multiplex connections from and to iOS devices. .SH SYNOPSIS @@ -52,17 +52,17 @@ Run in systemd operation mode (implies -z and -f). .B \-x, \-\-exit Notify a running instance to exit if there are no devices connected (sends SIGUSR1 to running instance) and exit. -.TP +.TP .B \-X, \-\-force-exit Notify a running instance to exit even if there are still devices connected (always works) and exit. -.TP +.TP .B \-v, \-\-verbose be verbose (use twice or more to increase verbose level). -.TP +.TP .B \-V, \-\-version print version information and exit. -.TP +.TP .B \-h, \-\-help prints usage information. |