aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xstr
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-12-08 15:14:24 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-12-08 15:14:24 +0000
commit5f668f21b41a742d6713e3ec674ecef22707ea0c (patch)
tree23aa67d27cf8c11dd5a29cd10785ff00d82d6e76 /usr.bin/xstr
parent9730d1dcf904de2bcf2c69ac663fb2712a778481 (diff)
downloadsrc-5f668f21b41a742d6713e3ec674ecef22707ea0c.tar.gz
src-5f668f21b41a742d6713e3ec674ecef22707ea0c.zip
MFC: recent mdoc(7) fixes.
Notes
Notes: svn path=/stable/4/; revision=69768
Diffstat (limited to 'usr.bin/xstr')
-rw-r--r--usr.bin/xstr/xstr.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xstr/xstr.1 b/usr.bin/xstr/xstr.1
index 777da20493b9..d7c142e475db 100644
--- a/usr.bin/xstr/xstr.1
+++ b/usr.bin/xstr/xstr.1
@@ -39,7 +39,7 @@
.Nm xstr
.Nd "extract strings from C programs to implement shared strings"
.Sh SYNOPSIS
-.Nm xstr
+.Nm
.Op Fl c
.Op Fl
.Op Fl v
@@ -85,7 +85,7 @@ Verbose mode.
After all components of a large program have been compiled a file
.Pa xs.c
declaring the common
-.Nm xstr
+.Nm
space can be created by a command of the form
.Bd -literal -offset indent
xstr
@@ -119,7 +119,7 @@ after the C preprocessor if any macro definitions yield strings
or if there is conditional code which contains strings
which may not, in fact, be needed.
An appropriate command sequence for running
-.Nm xstr
+.Nm
after the C preprocessor is:
.Pp
.Bd -literal -offset indent -compact