summaryrefslogtreecommitdiff
path: root/xpp
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-18 12:38:00 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-18 12:38:00 +0000
commita5d6cbdf9b53edd5c816583bd9a32bf95c32cccb (patch)
tree0cdc0c2702e30d490d7eeb259f69610399573e99 /xpp
parent42f0a4014bd8fa9c71206f6e784ed20353dc7f2a (diff)
man pages: hyphen to minus
Groff considers '-' a hyphen. If we want a minus (or a dash) we need to use '\-'. Merged revisions 8529 via svnmerge from http://svn.digium.com/svn/dahdi/tools/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.3@8534 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp')
-rw-r--r--xpp/astribank_is_starting.832
-rwxr-xr-xxpp/dahdi_genconf2
2 files changed, 17 insertions, 17 deletions
diff --git a/xpp/astribank_is_starting.8 b/xpp/astribank_is_starting.8
index 55db6f6..5ad0be1 100644
--- a/xpp/astribank_is_starting.8
+++ b/xpp/astribank_is_starting.8
@@ -3,11 +3,11 @@
.SH NAME
astribank_is_starting \- Mark / check is a Xorcom Astribank (xpp) is starting
.SH SYNOPSIS
-.B astribank_is_starting [-d] [-v] [-t \fItimeout\fB] <-a|-r|-w>
+.B astribank_is_starting [\-d] [\-v] [\-t \fItimeout\fB] <\-a|\-r|\-w>
-.B astribank_is_starting [-d] [-v]
+.B astribank_is_starting [\-d] [\-v]
-.B astribank_is_starting -h
+.B astribank_is_starting \-h
.SH DESCRIPTION
.B astribank_is_starting
@@ -17,44 +17,44 @@ be an Astribank device currently initializing, and to check for that mark.
Technically the mark is a SysV semaphore.
.SH OPTIONS
-.B -a
+.B \-a
.RS
.B Add.
Set the mark. Should return 0 unless there's an error.
.RE
-.B -r
+.B \-r
.RS
.B Remove.
Reset the mark. Should return 0 unless there's an error.
.RE
-.BI -t timeout
+.BI \-t timeout
.RS
.B Timeout.
-Set the timeout value for the \fB-w\fR option. Default is 60 seconds.
+Set the timeout value for the \fB\-w\fR option. Default is 60 seconds.
.RE
-.B -w
+.B \-w
.RS
.B Wait.
Wait for mark to be reset. Should return 0 unless there's an error.
.RE
-Without -a or -r: return 0 if the mark has been set, or a non-zero value
+Without \-a or \-r: return 0 if the mark has been set, or a non-zero value
otherwise.
-.B -d
+.B \-d
.RS
Print debug information to stderr.
.RE
-.B -v
+.B \-v
.RS
Verbose execution.
.RE
-.B -h
+.B \-h
.RS
Displays usage message.
.RE
@@ -83,9 +83,9 @@ Q: Why do you use a semaphore?
A: because, unlike the filesystem, it is writable at any given time.
.SH BUGS
-Option ordering matter. The \fB-v\fR and \fB-d\fR options should preceed
-the actions (\fB-a\fR, \fB-r\fR and \fB-w\fR).
-The \fB-t\fItimeout\fR option should preceed the \fB-w\fR option.
+Option ordering matter. The \fB\-v\fR and \fB\-d\fR options should preceed
+the actions (\fB\-a\fR, \fB\-r\fR and \fB\-w\fR).
+The \fB\-t\fItimeout\fR option should preceed the \fB\-w\fR option.
.SH SEE ALSO
semctl(3)
@@ -97,4 +97,4 @@ the terms of the GNU General Public License, Version 2 any
later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public
-License can be found in /usr/share/common-licenses/GPL.
+License can be found in /usr/share/common\-licenses/GPL.
diff --git a/xpp/dahdi_genconf b/xpp/dahdi_genconf
index b03c42b..49b9325 100755
--- a/xpp/dahdi_genconf
+++ b/xpp/dahdi_genconf
@@ -131,7 +131,7 @@ It uses two information sources:
=item /etc/dahdi/genconf_parameters
A configuration file that supplements the hardware information.
-Its location may be overriden via the C<GENCONF_PARAMETERS> environment
+Its location may be overridden via the C<GENCONF_PARAMETERS> environment
variable.
=back