summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-14 11:20:58 +0000
committerru <ru@FreeBSD.org>2000-11-14 11:20:58 +0000
commit7d99729431353c50207fda8b9ab30e1c354c6061 (patch)
tree8d8c39d3231f9a7b91446e46dfc9b54f9eb84725 /usr.bin
parent56cb617a9d071d8ad21ab908ea9224e718dae618 (diff)
downloadFreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.zip
FreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.tar.gz
Use Fx macro wherever possible.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/brandelf/brandelf.14
-rw-r--r--usr.bin/doscmd/doscmd.14
-rw-r--r--usr.bin/genassym/genassym.87
-rw-r--r--usr.bin/locate/locate/locate.14
-rw-r--r--usr.bin/ranlib/ranlib.14
5 files changed, 16 insertions, 7 deletions
diff --git a/usr.bin/brandelf/brandelf.1 b/usr.bin/brandelf/brandelf.1
index c8d058e..75407e3 100644
--- a/usr.bin/brandelf/brandelf.1
+++ b/usr.bin/brandelf/brandelf.1
@@ -41,7 +41,7 @@
.Ar
.Sh DESCRIPTION
This command marks an ELF binary to be run under a certain ABI for
-.Tn FreeBSD .
+.Fx .
.Pp
The options are as follows:
.Bl -tag -width Fl
@@ -60,7 +60,7 @@ Brands the given ELF binaries to be of the
.Ar string
ABI type.
Currently supported ABIs are
-.Dq Tn FreeBSD ,
+.Dq Fx ,
.Dq Tn Linux ,
and
.Dq Tn SVR4 .
diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1
index d142d35..f0d120d 100644
--- a/usr.bin/doscmd/doscmd.1
+++ b/usr.bin/doscmd/doscmd.1
@@ -715,7 +715,9 @@ Quit doscmd.
You know have a bootable pseudo disk which will automatically call
the magic
.Li redir
-program, which installs FreeBSD disks. To use
+program, which installs
+.Fx
+disks. To use
them add lines to your .doscmdrc such as:
.Bd -literal -offset indent
assign D: /usr/dos
diff --git a/usr.bin/genassym/genassym.8 b/usr.bin/genassym/genassym.8
index 60a3b83..5f2bb41 100644
--- a/usr.bin/genassym/genassym.8
+++ b/usr.bin/genassym/genassym.8
@@ -18,7 +18,9 @@ command is a special-purpose program to generate assembler
symbols from C code and is used to interface the low-level
assembly code with the C code.
This, for example, is used
-to build a FreeBSD kernel or module.
+to build a
+.Fx
+kernel or module.
Its
.Ar objfile
argument is the name of an ELF object file that holds the
@@ -70,4 +72,5 @@ is 32 bits.
.Sh HISTORY
The
.Nm
-command first appeared in FreeBSD 4.0.
+command first appeared in
+.Fx 4.0 .
diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1
index 8aa62e9..de95f6a 100644
--- a/usr.bin/locate/locate/locate.1
+++ b/usr.bin/locate/locate/locate.1
@@ -242,7 +242,9 @@ The current
.Nm
implementation understand databases in host byte order or
network byte order if both architectures use the same integer size.
-So you can read on a FreeBSD/i386 machine
+So you can read on a
+.Fx Ns /i386
+machine
(little endian)
a locate database which was built on SunOS/sparc machine
(big endian, net).
diff --git a/usr.bin/ranlib/ranlib.1 b/usr.bin/ranlib/ranlib.1
index d57cf98..177baf5 100644
--- a/usr.bin/ranlib/ranlib.1
+++ b/usr.bin/ranlib/ranlib.1
@@ -55,7 +55,9 @@ The options are as follows:
.Bl -tag -width indent
.It Fl t
Set the modification time of the __.SYMDEF file.
-Some loaders (but not the FreeBSD one)
+Some loaders (but not the
+.Fx
+one)
compared this time with the modification time of the
archive to verify that the table is up-to-date with respect to the
archive.
OpenPOWER on IntegriCloud