summaryrefslogtreecommitdiffstats
path: root/usr.bin
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.bin
parentbfd8c5ea31b13d3ba1e8ba1947084f80078ee93f (diff)
downloadFreeBSD-src-24c7b0a61de73d3a99eea4c734e505e91acb7e7c.zip
FreeBSD-src-24c7b0a61de73d3a99eea4c734e505e91acb7e7c.tar.gz
mdoc(7) police: s/BSD/.Bx/ where appropriate.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/chpass/chpass.14
-rw-r--r--usr.bin/doscmd/doscmd.13
-rw-r--r--usr.bin/lockf/lockf.14
-rw-r--r--usr.bin/mt/mt.14
-rw-r--r--usr.bin/tr/tr.14
-rw-r--r--usr.bin/tset/tset.14
-rw-r--r--usr.bin/wc/wc.15
7 files changed, 21 insertions, 7 deletions
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1
index 85ba2f8..c48967a 100644
--- a/usr.bin/chpass/chpass.1
+++ b/usr.bin/chpass/chpass.1
@@ -158,7 +158,9 @@ entries, and that one by random selection.
The
.Ar group
field is the group that the user will be placed in at login.
-Since BSD supports multiple groups (see
+Since
+.Bx
+supports multiple groups (see
.Xr groups 1 )
this field currently has little special meaning.
This field may be filled in with either a number or a group name (see
diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1
index e50aa00..d641443 100644
--- a/usr.bin/doscmd/doscmd.1
+++ b/usr.bin/doscmd/doscmd.1
@@ -760,4 +760,5 @@ For this to work, the X programmer's kit must have been installed.
.Sh HISTORY
The
.Nm
-program first appeared in BSD/386.
+program first appeared in
+.Tn BSD/386 .
diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1
index cd81f41..b7f35c0 100644
--- a/usr.bin/lockf/lockf.1
+++ b/usr.bin/lockf/lockf.1
@@ -55,7 +55,9 @@ releases the lock, and removes the
.Ar file
unless the
.Fl k
-option is specified. BSD-style locking is used, as described in
+option is specified.
+.Bx Ns -style
+locking is used, as described in
.Xr flock 2 ;
the mere existence of the
.Ar file
diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1
index 657dd5f..47b67b1 100644
--- a/usr.bin/mt/mt.1
+++ b/usr.bin/mt/mt.1
@@ -336,7 +336,9 @@ command appeared in
.Pp
Extensions regarding the
.Xr st 4
-driver appeared in 386BSD 0.1 as a separate
+driver appeared in
+.Bx 386 0.1
+as a separate
.Xr st 1
command, and have been merged into the
.Nm
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1
index 9adc132..f46a95c 100644
--- a/usr.bin/tr/tr.1
+++ b/usr.bin/tr/tr.1
@@ -249,7 +249,9 @@ Strip out non-printable characters from file1.
.D1 Li "tr -cd \*q[:print:]\*q < file1"
.Sh COMPATIBILITY
System V has historically implemented character ranges using the syntax
-``[c-c]'' instead of the ``c-c'' used by historic BSD implementations and
+``[c-c]'' instead of the ``c-c'' used by historic
+.Bx
+implementations and
standardized by POSIX.
System V shell scripts should work under this implementation as long as
the range is intended to map in another range, i.e. the command
diff --git a/usr.bin/tset/tset.1 b/usr.bin/tset/tset.1
index 574e5dd..185aafc 100644
--- a/usr.bin/tset/tset.1
+++ b/usr.bin/tset/tset.1
@@ -358,7 +358,9 @@ and
options have been deleted from the
.Nm
utility.
-None of them were documented in 4.3BSD and all are of limited utility at
+None of them were documented in
+.Bx 4.3
+and all are of limited utility at
best.
The
.Fl a ,
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1
index 7c81926..f51c82f 100644
--- a/usr.bin/wc/wc.1
+++ b/usr.bin/wc/wc.1
@@ -97,7 +97,10 @@ characters delimited by <space>, <tab> or <newline> characters''.
The implementation, however, didn't handle non-printing characters
correctly so that `` ^D^E '' counted as 6 spaces, while ``foo^D^Ebar''
counted as 8 characters.
-4BSD systems after 4.3BSD modified the implementation to be consistent
+.Bx 4
+systems after
+.Bx 4.3
+modified the implementation to be consistent
with the documentation.
This implementation defines a ``word'' in terms of the
.Xr isspace 3
OpenPOWER on IntegriCloud