summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkstr
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-03-04 08:24:13 +0000
committerru <ru@FreeBSD.org>2007-03-04 08:24:13 +0000
commit4ce9fbe6ff9e858aa1aa5ea22319b7a17537b65b (patch)
treeb337c934f5c82b4df42ab76df7bff5a3276d0592 /usr.bin/mkstr
parent29b8f2f29819f46041a278bd606371585ed55e1d (diff)
downloadFreeBSD-src-4ce9fbe6ff9e858aa1aa5ea22319b7a17537b65b.zip
FreeBSD-src-4ce9fbe6ff9e858aa1aa5ea22319b7a17537b65b.tar.gz
More markup fixes.
Diffstat (limited to 'usr.bin/mkstr')
-rw-r--r--usr.bin/mkstr/mkstr.111
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1
index 493018f..7435a25 100644
--- a/usr.bin/mkstr/mkstr.1
+++ b/usr.bin/mkstr/mkstr.1
@@ -66,13 +66,12 @@ and the original name.
A typical usage of
.Nm
is
-.Bd -literal -offset indent
-mkstr pistrings xx *.c
-.Ed
+.Pp
+.Dl "mkstr pistrings xx *.c"
.Pp
This command causes all the error messages from the C source
files in the current directory to be placed in the file
-.Ar pistrings
+.Pa pistrings
and restructured copies of the sources to be placed in
files whose names are prefixed with
.Dq Li xx .
@@ -104,7 +103,7 @@ char efilname = "/usr/lib/pi_strings";
int efil = -1;
error(a1, a2, a3, a4)
-\&{
+{
char buf[256];
if (efil < 0) {
@@ -123,7 +122,7 @@ error(a1, a2, a3, a4)
.Xr xstr 1 ,
.Xr lseek 2
.Sh HISTORY
-A
+An
.Nm
utility appeared in
.Bx 3.0 .
OpenPOWER on IntegriCloud