View | Details | Raw Unified | Return to bug 6829
Collapse All | Expand All

(-)src/libexec/bootpd/bootpd.8 (-2 / +2 lines)
Lines 105-111 Link Here
105
or
105
or
106
.Nm bootpgw
106
.Nm bootpgw
107
process will wait for a BOOTP packet before exiting.
107
process will wait for a BOOTP packet before exiting.
108
If no packets are recieved for
108
If no packets are received for
109
.Ar timeout
109
.Ar timeout
110
minutes, then the program will exit.
110
minutes, then the program will exit.
111
A timeout value of zero means "run forever".
111
A timeout value of zero means "run forever".
Lines 220-226 Link Here
220
During initialization, both programs
220
During initialization, both programs
221
determine the UDP port numbers to be used by calling
221
determine the UDP port numbers to be used by calling
222
.Xr getservbyname 3
222
.Xr getservbyname 3
223
(which nomally uses
223
(which normally uses
224
.Pa /etc/services Ns ).
224
.Pa /etc/services Ns ).
225
Two service names (and port numbers) are used:
225
Two service names (and port numbers) are used:
226
.Pp
226
.Pp
(-)src/usr.bin/chat/chat.8 (-2 / +2 lines)
Lines 85-91 Link Here
85
.IR syslog (3).
85
.IR syslog (3).
86
.TP
86
.TP
87
.B -T \fI<phone number>
87
.B -T \fI<phone number>
88
Pass in an arbitary string, usually a phone number, that will be
88
Pass in an arbitrary string, usually a phone number, that will be
89
substituted for the \\T substitution metacharacter in a send string.
89
substituted for the \\T substitution metacharacter in a send string.
90
.TP
90
.TP
91
.B -U \fI<phone number 2>
91
.B -U \fI<phone number 2>
Lines 202-208 Link Here
202
.LP
202
.LP
203
\fBSAY\fR strings must be enclosed in single or double quotes. If
203
\fBSAY\fR strings must be enclosed in single or double quotes. If
204
carriage return and line feed are needed in the string to be output,
204
carriage return and line feed are needed in the string to be output,
205
you must explicitely add them to your string.
205
you must explicitly add them to your string.
206
.LP
206
.LP
207
The SAY strings could be used to give progress messages in sections of
207
The SAY strings could be used to give progress messages in sections of
208
the script where you want to have 'ECHO OFF' but still let the user
208
the script where you want to have 'ECHO OFF' but still let the user
(-)src/contrib/cvs/man/cvsbug.8 (-1 / +1 lines)
Lines 180-186 Link Here
180
with each problem report.
180
with each problem report.
181
.IP \(bu 3m
181
.IP \(bu 3m
182
For follow-up mail, use the same subject line as the one in the automatic
182
For follow-up mail, use the same subject line as the one in the automatic
183
acknowledgent. It consists of category, PR number and the original synopsis
183
acknowledgement. It consists of category, PR number and the original synopsis
184
line.  This allows the support site to relate several mail messages to a
184
line.  This allows the support site to relate several mail messages to a
185
particular PR and to record them automatically.
185
particular PR and to record them automatically.
186
.IP \(bu 3m 
186
.IP \(bu 3m 
(-)src/sbin/dset/dset.8 (-1 / +1 lines)
Lines 63-69 Link Here
63
The
63
The
64
.Nm
64
.Nm
65
utility exits with status 0 on success, or with status 1 if any
65
utility exits with status 0 on success, or with status 1 if any
66
problem occured.  Unless
66
problem occurred.  Unless
67
.Fl q
67
.Fl q
68
has been specified, a short message hinting to the cause of the problem
68
has been specified, a short message hinting to the cause of the problem
69
will be printed to standard error output.
69
will be printed to standard error output.
(-)src/contrib/ipfilter/man/ipmon.8 (-2 / +2 lines)
Lines 59-65 Link Here
59
.TP
59
.TP
60
.B \-O
60
.B \-O
61
Specify which log files you do not wish to read from.  This is most sensibly
61
Specify which log files you do not wish to read from.  This is most sensibly
62
used with the \fB-a\fP.  Letters available as paramters to this are the same
62
used with the \fB-a\fP.  Letters available as parameters to this are the same
63
as for \fB-o\fP.
63
as for \fB-o\fP.
64
.TP
64
.TP
65
.B \-s
65
.B \-s
Lines 96-102 Link Here
96
.B \-X
96
.B \-X
97
show the log header record data in hex.
97
show the log header record data in hex.
98
.SH DIAGNOSTICS
98
.SH DIAGNOSTICS
99
\fBipmon\fP expects data that it reads to be consistant with how it should be
99
\fBipmon\fP expects data that it reads to be consistent with how it should be
100
saved and will abort if it fails an assertion which detects an anomoly in the
100
saved and will abort if it fails an assertion which detects an anomoly in the
101
recorded data.
101
recorded data.
102
.SH FILES
102
.SH FILES

Return to bug 6829