summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>2000-01-23 01:48:16 +0000
committermpp <mpp@FreeBSD.org>2000-01-23 01:48:16 +0000
commit8efad4996bb383d485f1c8ae1ac16059954d0132 (patch)
treedcb5deaaf788da1e0bd6e5bc6b24506f6a36b36c /usr.bin
parentfb25843f9aeeaa649acc2f5f9bfc250315df9b74 (diff)
downloadFreeBSD-src-8efad4996bb383d485f1c8ae1ac16059954d0132.zip
FreeBSD-src-8efad4996bb383d485f1c8ae1ac16059954d0132.tar.gz
Fxi various man pages to stop abusing the .Bx macro to generate
the string "FreeBSD". Use the .Fx macro instead. Also did some minor re-wording/formatting to work around a deficiency with the .Fx macro when it comes to puncuation characters other than periods and commas.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/file/file.14
-rw-r--r--usr.bin/rpcgen/rpcgen.16
-rw-r--r--usr.bin/truss/truss.14
3 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1
index f661815..bff4b99 100644
--- a/usr.bin/file/file.1
+++ b/usr.bin/file/file.1
@@ -139,8 +139,8 @@ Cause symlinks to be followed, as the like-named option in
.It Pa /usr/share/misc/magic
default list of magic numbers (used to be
.Pa /etc/magic
-in previous versions of
-.Bx Free )
+prior to
+.Fx 3.0 )
.El
.Sh ENVIRONMENT
The environment variable
diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1
index ff2da0b..93f8bd3 100644
--- a/usr.bin/rpcgen/rpcgen.1
+++ b/usr.bin/rpcgen/rpcgen.1
@@ -246,10 +246,10 @@ code for older versions
of the operating system.
.Pp
Note: in
-.Bx Free ,
+.Fx ,
this compatibility flag is turned on by
default since
-.Bx Free
+.Fx
supports only the older
.Tn ONC RPC
library.
@@ -291,7 +291,7 @@ This option is useful for optimization. The default size is 5.
Note: in order to provide backwards compatibility with the older
.Nm
on the
-.Bx Free
+.Fx
platform, the default is actually 0 (which means
that inline code generation is disabled by default). You must specify
a non-zero value explicitly to override this default.
diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1
index 049ff9f..c984751 100644
--- a/usr.bin/truss/truss.1
+++ b/usr.bin/truss/truss.1
@@ -64,6 +64,6 @@ The
command was written by
.An Sean Eric Fagan
for
-.Bx Free Ns ;
-it was modeled after
+.Fx .
+It was modeled after
similar commands available for System V Release 4 and SunOS.
OpenPOWER on IntegriCloud