From 567bdfa6b2f226196fd031ae6ea2e40eae0ac782 Mon Sep 17 00:00:00 2001 From: charnier Date: Mon, 9 Jun 2003 19:35:56 +0000 Subject: Introduce options definition the standard way. Do not uppercase first letter in FILES section. --- usr.bin/xstr/xstr.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr.bin/xstr/xstr.1') 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 -- cgit v1.1