summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkstr
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-03-04 08:14:26 +0000
committerru <ru@FreeBSD.org>2007-03-04 08:14:26 +0000
commit29b8f2f29819f46041a278bd606371585ed55e1d (patch)
treed01a277644f0bbf544f11810b6cc942a8695b755 /usr.bin/mkstr
parentd5d6cb928bd49c3b8d68c9a50f7c366f97b07530 (diff)
downloadFreeBSD-src-29b8f2f29819f46041a278bd606371585ed55e1d.zip
FreeBSD-src-29b8f2f29819f46041a278bd606371585ed55e1d.tar.gz
Markup fixes.
Diffstat (limited to 'usr.bin/mkstr')
-rw-r--r--usr.bin/mkstr/mkstr.113
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1
index 1b83cc0..493018f 100644
--- a/usr.bin/mkstr/mkstr.1
+++ b/usr.bin/mkstr/mkstr.1
@@ -41,12 +41,12 @@
.Sh SYNOPSIS
.Nm
.Op Fl
-.Ar messagefile
+.Ar mesgfile
.Ar prefix Ar
.Sh DESCRIPTION
The
.Nm
-utility creates files containing error messages extracted from C source,
+utility creates a file containing error messages extracted from C source,
and restructures the same C source, to utilize the created error message
file.
The intent of
@@ -58,8 +58,7 @@ section below).
.Pp
The
.Nm
-utility processes each of the specified
-.Ar files ,
+utility processes each of the specified files,
placing a restructured version of the input in a file whose name
consists of the specified
.Ar prefix
@@ -76,7 +75,7 @@ files in the current directory to be placed in the file
.Ar pistrings
and restructured copies of the sources to be placed in
files whose names are prefixed with
-.Ar \&xx .
+.Dq Li xx .
.Pp
Options:
.Bl -tag -width indent
@@ -91,10 +90,10 @@ The
.Nm
utility finds error messages in the source by
searching for the string
-.Li \&`error("'
+.Sq Li error("
in the input stream.
Each time it occurs, the C string starting at the
-.Sq \&"\&
+.Ql \&"
is stored
in the message file followed by a null character and a new-line character;
The new source is restructured with
OpenPOWER on IntegriCloud