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

(-)lib/libc/sys/sctp_peeloff.2 (-1 / +1 lines)
Lines 50-56 Link Here
50
.Fn sctp_peeloff
50
.Fn sctp_peeloff
51
system call attempts detach the association specified by
51
system call attempts detach the association specified by
52
.Fa id
52
.Fa id
53
into its own seperate socket.
53
into its own separate socket.
54
.Pp
54
.Pp
55
.Sh RETURN VALUES
55
.Sh RETURN VALUES
56
The call returns -1 on failure and the new socket descriptor
56
The call returns -1 on failure and the new socket descriptor
(-)share/man/man4/isp.4 (-1 / +1 lines)
Lines 207-213 Link Here
207
This value says how long to wait in seconds after loop has gone down before
207
This value says how long to wait in seconds after loop has gone down before
208
giving up and expiring all of the devices that were visible.
208
giving up and expiring all of the devices that were visible.
209
The default is 300 seconds (5 minutes).
209
The default is 300 seconds (5 minutes).
210
A seperate (nonadjustable) timeout is used when
210
A separate (nonadjustable) timeout is used when
211
booting to not stop booting on lack of FC connectivity.
211
booting to not stop booting on lack of FC connectivity.
212
.It Va dev.isp.N.gone_device_time
212
.It Va dev.isp.N.gone_device_time
213
This value says how long to wait for devices to reappear if they (temporarily)
213
This value says how long to wait for devices to reappear if they (temporarily)
(-)tools/debugscripts/README (-2 / +2 lines)
Lines 15-21 Link Here
15
15
16
16
17
This directory also contains a kgdb script that given a crash dump number
17
This directory also contains a kgdb script that given a crash dump number
18
automaticly extract the path to the kernel source, run gdb to extract
18
automatically extract the path to the kernel source, run gdb to extract
19
information about kernel modules loaded, and then rerun gdb loading the
19
information about kernel modules loaded, and then rerun gdb loading the
20
necessary symbols for the modules.  You need to make sure you build the
20
necessary symbols for the modules.  You need to make sure you build the
21
modules w/ debugging symbols seperately to get things to work.
21
modules w/ debugging symbols separately to get things to work.
(-)usr.bin/ar/ar.1 (-1 / +1 lines)
Lines 292-298 Link Here
292
options,
292
options,
293
.Nm
293
.Nm
294
gives a file-by-file description of the archive modification being
294
gives a file-by-file description of the archive modification being
295
performed, which consists of three white-space seperated fields:
295
performed, which consists of three white-space separated fields:
296
the option letter, a dash
296
the option letter, a dash
297
.Dq "-" ,
297
.Dq "-" ,
298
and the file name.
298
and the file name.
(-)usr.sbin/sysinstall/help/options.hlp (-1 / +1 lines)
Lines 152-158 Link Here
152
152
153
   Some packages, like emacs, can use a LOT of temporary space - up to
153
   Some packages, like emacs, can use a LOT of temporary space - up to
154
   20 or 30MB.  If you are going to configure a small / directory and no
154
   20 or 30MB.  If you are going to configure a small / directory and no
155
   seperate /var (and hence a small /var/tmp), then you may wish to set
155
   separate /var (and hence a small /var/tmp), then you may wish to set
156
   this to point at another location (say, /usr/tmp).
156
   this to point at another location (say, /usr/tmp).
157
157
158
158
(-)usr.sbin/ugidfw/ugidfw.8 (-3 / +3 lines)
Lines 224-230 Link Here
224
and/or
224
and/or
225
.Ar gid .
225
.Ar gid .
226
A range of uids/gids can be specified,
226
A range of uids/gids can be specified,
227
seperated by a colon.
227
separated by a colon.
228
The subject can be required to be in a particular jail with the
228
The subject can be required to be in a particular jail with the
229
.Ar jailid .
229
.Ar jailid .
230
.It Xo
230
.It Xo
Lines 274-282 Link Here
274
.Ar uid
274
.Ar uid
275
and/or
275
and/or
276
.Ar gid .
276
.Ar gid .
277
A range of uids/gids can be specified, seperated by a colon.
277
A range of uids/gids can be specified, separated by a colon.
278
The object can be required to be in a particular filesystem by
278
The object can be required to be in a particular filesystem by
279
specifing the filesystem using
279
specifying the filesystem using
280
.Cm filesys .
280
.Cm filesys .
281
Note,
281
Note,
282
if the filesystem is unmounted and remounted,
282
if the filesystem is unmounted and remounted,

Return to bug 148891