diff options
author | charnier <charnier@FreeBSD.org> | 2003-06-09 19:35:56 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2003-06-09 19:35:56 +0000 |
commit | 567bdfa6b2f226196fd031ae6ea2e40eae0ac782 (patch) | |
tree | 82cd2191048c763e1af2db219cd0ef3bf9ca826a /usr.bin/xstr | |
parent | b14a9fc5e6fad558fc257e098af0f903c564e660 (diff) | |
download | FreeBSD-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.1 | 10 |
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 |