summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-11-21 15:15:17 +0100
committerGravatar Martin Szulecki2014-11-21 15:15:17 +0100
commitf961e3589910a8c3d90752edeee1604fe1a1fb02 (patch)
tree360930eac78b3809a8abb17ab097e66a3ae80137 /docs
parenta3cae2b7a3dfe8120f2a65a1fae8640bb4f095a5 (diff)
downloadusbmuxd-f961e3589910a8c3d90752edeee1604fe1a1fb02.tar.gz
usbmuxd-f961e3589910a8c3d90752edeee1604fe1a1fb02.tar.bz2
docs: Use correct manual section (8) for manpage
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
-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 @@
1man_MANS = usbmuxd.1 1man_MANS = usbmuxd.8
2 2
3EXTRA_DIST = $(man_MANS) 3EXTRA_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
3usbmuxd \- Expose a socket to multiplex connections from and to iOS devices. 3usbmuxd \- 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
53Notify a running instance to exit if there are no devices connected (sends 53Notify a running instance to exit if there are no devices connected (sends
54SIGUSR1 to running instance) and exit. 54SIGUSR1 to running instance) and exit.
55.TP 55.TP
56.B \-X, \-\-force-exit 56.B \-X, \-\-force-exit
57Notify a running instance to exit even if there are still devices connected 57Notify 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
61be verbose (use twice or more to increase verbose level). 61be verbose (use twice or more to increase verbose level).
62.TP 62.TP
63.B \-V, \-\-version 63.B \-V, \-\-version
64print version information and exit. 64print version information and exit.
65.TP 65.TP
66.B \-h, \-\-help 66.B \-h, \-\-help
67prints usage information. 67prints usage information.
68 68