aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>2000-01-23 01:48:16 +0000
committerMike Pritchard <mpp@FreeBSD.org>2000-01-23 01:48:16 +0000
commitf3c2973db71e760ef510bfb9ec8d3118663d4579 (patch)
treec27024a5bf4e582a5b9bd4c367a1c3a3f9502363 /usr.bin
parent971cfa82fe97a8facd79f3d769b0f0fd47454f5d (diff)
Notes
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 f661815290ac..bff4b9928e34 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 ff2da0be622e..93f8bd302b19 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 049ff9f97623..c984751ba526 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.