diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
commit | 0d1334ca0c7f5a53195b38b126d726747949ce5d (patch) | |
tree | 399269f867eeb084bb6edf479f12b35526a9edb4 /usr.bin/xstr | |
parent | 0100fd6e93e8e0203ec077685f3e68afea54de52 (diff) | |
download | FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.zip FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'usr.bin/xstr')
-rw-r--r-- | usr.bin/xstr/xstr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xstr/xstr.1 b/usr.bin/xstr/xstr.1 index 777da20..d7c142e 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 |