summaryrefslogtreecommitdiffstats
path: root/usr.bin/xstr
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-06-09 19:35:56 +0000
committercharnier <charnier@FreeBSD.org>2003-06-09 19:35:56 +0000
commit567bdfa6b2f226196fd031ae6ea2e40eae0ac782 (patch)
tree82cd2191048c763e1af2db219cd0ef3bf9ca826a /usr.bin/xstr
parentb14a9fc5e6fad558fc257e098af0f903c564e660 (diff)
downloadFreeBSD-src-567bdfa6b2f226196fd031ae6ea2e40eae0ac782.zip
FreeBSD-src-567bdfa6b2f226196fd031ae6ea2e40eae0ac782.tar.gz
Introduce options definition the standard way. Do not uppercase first
letter in FILES section.
Diffstat (limited to 'usr.bin/xstr')
-rw-r--r--usr.bin/xstr/xstr.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/xstr/xstr.1 b/usr.bin/xstr/xstr.1
index 390e398..85f4140 100644
--- a/usr.bin/xstr/xstr.1
+++ b/usr.bin/xstr/xstr.1
@@ -54,8 +54,8 @@ These strings are replaced with references to this common area.
This serves to implement shared constant strings, most useful if they
are also read-only.
.Pp
-Available options:
-.Bl -tag -width Ds
+The following options are available:
+.Bl -tag -width indent
.It Fl
Read from the standard input.
.It Fl c
@@ -140,13 +140,13 @@ unless truly necessary.
.Sh FILES
.Bl -tag -width /tmp/xsxx* -compact
.It Pa strings
-Data base of strings
+data base of strings
.It Pa x.c
-Massaged C source
+massaged C source
.It Pa xs.c
C source for definition of array `xstr'
.It Pa /tmp/xs*
-Temp file when `xstr name' doesn't touch
+temp file when `xstr name' doesn't touch
.Pa strings
.El
.Sh SEE ALSO
OpenPOWER on IntegriCloud