summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-14 10:01:54 +0000
committerru <ru@FreeBSD.org>2001-08-14 10:01:54 +0000
commit24c7b0a61de73d3a99eea4c734e505e91acb7e7c (patch)
tree7afa9a221c2e61ee3e2cf3f8bc7417845980ab79 /usr.sbin
parentbfd8c5ea31b13d3ba1e8ba1947084f80078ee93f (diff)
downloadFreeBSD-src-24c7b0a61de73d3a99eea4c734e505e91acb7e7c.zip
FreeBSD-src-24c7b0a61de73d3a99eea4c734e505e91acb7e7c.tar.gz
mdoc(7) police: s/BSD/.Bx/ where appropriate.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/adduser/rmuser.84
-rw-r--r--usr.sbin/boot0cfg/boot0cfg.84
-rw-r--r--usr.sbin/ckdist/ckdist.16
-rw-r--r--usr.sbin/config/config.88
-rw-r--r--usr.sbin/cron/crontab/crontab.525
-rw-r--r--usr.sbin/crunch/crunchgen/crunchgen.18
-rw-r--r--usr.sbin/fdformat/fdformat.13
-rw-r--r--usr.sbin/inetd/inetd.83
-rw-r--r--usr.sbin/mount_nwfs/mount_nwfs.84
9 files changed, 50 insertions, 15 deletions
diff --git a/usr.sbin/adduser/rmuser.8 b/usr.sbin/adduser/rmuser.8
index 30ecf02..d3ed353 100644
--- a/usr.sbin/adduser/rmuser.8
+++ b/usr.sbin/adduser/rmuser.8
@@ -154,7 +154,9 @@ user in
.Pa /tmp
or
.Pa /var/tmp
-as symbolic links on 4.4BSD filesystems do not contain information
+as symbolic links on
+.Bx 4.4
+filesystems do not contain information
as to who created them. Also, there may be other files created in
.Pa /var/mail
other than
diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8
index 423e362..834d4cc 100644
--- a/usr.sbin/boot0cfg/boot0cfg.8
+++ b/usr.sbin/boot0cfg/boot0cfg.8
@@ -52,7 +52,9 @@ Note that what are referred to here as
.Dq slices
are typically called
.Dq partitions
-in non-BSD documentation relating to the PC.
+in
+.No non- Ns Bx
+documentation relating to the PC.
Typically, only non-removable disks are sliced.
.Pp
The
diff --git a/usr.sbin/ckdist/ckdist.1 b/usr.sbin/ckdist/ckdist.1
index 2254fee..5dc37b0 100644
--- a/usr.sbin/ckdist/ckdist.1
+++ b/usr.sbin/ckdist/ckdist.1
@@ -92,6 +92,10 @@ Exit status is 0 if no errors were detected, 1 if errors were found in
a distribution, and 2 if usage errors, inaccessible input files, or
other system errors were encountered.
.Sh NOTES
-Both BSD and DOS versions of
+Both
+.Bx
+and
+.Tn DOS
+versions of
.Nm
are available.
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
index 17dc786..9eeab24 100644
--- a/usr.sbin/config/config.8
+++ b/usr.sbin/config/config.8
@@ -157,12 +157,16 @@ to extract the configuration information, use the command
strings kernel | grep ___
.Ed
.Sh DEBUG KERNELS
-Traditional BSD kernels compiled without symbols due to the heavy load on the
+Traditional
+.Bx
+kernels compiled without symbols due to the heavy load on the
system when compiling a
.Dq debug
kernel. A debug kernel contains complete symbols for all the source files, and
enables an experienced kernel programmer to analyse the cause of a problem. The
-debuggers available prior to 4.4BSD-Lite were able to find some information
+debuggers available prior to
+.Bx 4.4 Lite
+were able to find some information
from a normal kernel;
.Xr gdb 1
provides very little support for normal kernels, and a debug kernel is needed
diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5
index e0eb764..ec3dd55 100644
--- a/usr.sbin/cron/crontab/crontab.5
+++ b/usr.sbin/cron/crontab/crontab.5
@@ -86,7 +86,9 @@ may not.
.Ev LOGNAME
variable is sometimes called
.Ev USER
-on BSD systems...
+on
+.Bx
+systems...
On these systems,
.Ev USER
will be set also).
@@ -223,20 +225,33 @@ MAILTO=paul
.Xr cron 8
.Sh EXTENSIONS
When specifying day of week, both day 0 and day 7 will be considered Sunday.
-BSD and ATT seem to disagree about this.
+.Bx
+and
+.Tn ATT
+seem to disagree about this.
.Pp
Lists and ranges are allowed to co-exist in the same field. "1-3,7-9" would
-be rejected by ATT or BSD cron -- they want to see "1-3" or "7,8,9" ONLY.
+be rejected by
+.Tn ATT
+or
+.Bx
+cron -- they want to see "1-3" or "7,8,9" ONLY.
.Pp
Ranges can include "steps", so "1-9/2" is the same as "1,3,5,7,9".
.Pp
Names of months or days of the week can be specified by name.
.Pp
-Environment variables can be set in the crontab. In BSD or ATT, the
+Environment variables can be set in the crontab. In
+.Bx
+or
+.Tn ATT ,
+the
environment handed to child processes is basically the one from
.Pa /etc/rc .
.Pp
-Command output is mailed to the crontab owner (BSD can't do this), can be
+Command output is mailed to the crontab owner
+.No ( Bx
+can't do this), can be
mailed to a person other than the crontab owner (SysV can't do this), or the
feature can be turned off and no mail will be sent at all (SysV can't do this
either).
diff --git a/usr.sbin/crunch/crunchgen/crunchgen.1 b/usr.sbin/crunch/crunchgen/crunchgen.1
index dce1e4a..d925d98 100644
--- a/usr.sbin/crunch/crunchgen/crunchgen.1
+++ b/usr.sbin/crunch/crunchgen/crunchgen.1
@@ -75,7 +75,9 @@ hiding all unnecessary symbols.
.Nm
places specific requirements on package
.Pa Makefile Ns s
-which make it unsuitable for use with non-BSD sources.
+which make it unsuitable for use with
+.No non- Ns Bx
+sources.
In particular, the
.Pa Makefile
must contain the target
@@ -417,7 +419,9 @@ Some shuffling in the order of
libraries may be required, and in some rare cases two libraries may
have an unresolvable conflict and thus cannot be crunched together.
.Pp
-Some versions of the BSD build environment do not by default build the
+Some versions of the
+.Bx
+build environment do not by default build the
intermediate object file for single-source file programs.
The
.Dq Li make objs
diff --git a/usr.sbin/fdformat/fdformat.1 b/usr.sbin/fdformat/fdformat.1
index e5ba6ce..d568181 100644
--- a/usr.sbin/fdformat/fdformat.1
+++ b/usr.sbin/fdformat/fdformat.1
@@ -157,7 +157,8 @@ appropriate information written to diagnostic output).
.Xr newfs_msdos 8
.Sh HISTORY
.Nm Fdformat
-has been developed for 386BSD 0.1
+has been developed for
+.Bx 386 0.1
and upgraded to the new
.Xr fdc 4
floppy disk driver.
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index 77836bf..a1be3fa 100644
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -180,7 +180,8 @@ There are two types of services that
can start: standard and TCPMUX.
A standard service has a well-known port assigned to it;
it may be a service that implements an official Internet standard or is a
-BSD-specific service.
+.Bx Ns -specific
+service.
As described in
.Tn RFC 1078 ,
TCPMUX services are nonstandard services that do not have a
diff --git a/usr.sbin/mount_nwfs/mount_nwfs.8 b/usr.sbin/mount_nwfs/mount_nwfs.8
index fa1855b..87f3e92 100644
--- a/usr.sbin/mount_nwfs/mount_nwfs.8
+++ b/usr.sbin/mount_nwfs/mount_nwfs.8
@@ -215,7 +215,9 @@ Documentation from NetWare NDK.
.Pp
Ncpfs for Linux - written by
.An Volker Lendecke Aq lendecke@math.uni\-goettingen.de .
-He granted me permission to publish parts of his code under BSD-style license,
+He granted me permission to publish parts of his code under
+.Bx Ns -style
+license,
.Pp
"Interrupt List" from
.An Ralf Brown ,
OpenPOWER on IntegriCloud