diff options
| author | 2014-11-21 15:15:17 +0100 | |
|---|---|---|
| committer | 2014-11-21 15:15:17 +0100 | |
| commit | f961e3589910a8c3d90752edeee1604fe1a1fb02 (patch) | |
| tree | 360930eac78b3809a8abb17ab097e66a3ae80137 | |
| parent | a3cae2b7a3dfe8120f2a65a1fae8640bb4f095a5 (diff) | |
| download | usbmuxd-f961e3589910a8c3d90752edeee1604fe1a1fb02.tar.gz usbmuxd-f961e3589910a8c3d90752edeee1604fe1a1fb02.tar.bz2 | |
docs: Use correct manual section (8) for manpage
| -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 @@ | |||
| 1 | man_MANS = usbmuxd.1 | 1 | man_MANS = usbmuxd.8 |
| 2 | 2 | ||
| 3 | EXTRA_DIST = $(man_MANS) | 3 | 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 @@ | |||
| 1 | .TH "usbmuxd" 1 | 1 | .TH "usbmuxd" 8 |
| 2 | .SH NAME | 2 | .SH NAME |
| 3 | usbmuxd \- Expose a socket to multiplex connections from and to iOS devices. | 3 | usbmuxd \- Expose a socket to multiplex connections from and to iOS devices. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| @@ -52,17 +52,17 @@ Run in systemd operation mode (implies -z and -f). | |||
| 52 | .B \-x, \-\-exit | 52 | .B \-x, \-\-exit |
| 53 | Notify a running instance to exit if there are no devices connected (sends | 53 | Notify a running instance to exit if there are no devices connected (sends |
| 54 | SIGUSR1 to running instance) and exit. | 54 | SIGUSR1 to running instance) and exit. |
| 55 | .TP | 55 | .TP |
| 56 | .B \-X, \-\-force-exit | 56 | .B \-X, \-\-force-exit |
| 57 | Notify a running instance to exit even if there are still devices connected | 57 | Notify a running instance to exit even if there are still devices connected |
| 58 | (always works) and exit. | 58 | (always works) and exit. |
| 59 | .TP | 59 | .TP |
| 60 | .B \-v, \-\-verbose | 60 | .B \-v, \-\-verbose |
| 61 | be verbose (use twice or more to increase verbose level). | 61 | be verbose (use twice or more to increase verbose level). |
| 62 | .TP | 62 | .TP |
| 63 | .B \-V, \-\-version | 63 | .B \-V, \-\-version |
| 64 | print version information and exit. | 64 | print version information and exit. |
| 65 | .TP | 65 | .TP |
| 66 | .B \-h, \-\-help | 66 | .B \-h, \-\-help |
| 67 | prints usage information. | 67 | prints usage information. |
| 68 | 68 | ||
