diff options
author | charnier <charnier@FreeBSD.org> | 1997-11-21 07:40:48 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-11-21 07:40:48 +0000 |
commit | 8191848c3fe6cf7a39563a64975e0b607295e35d (patch) | |
tree | 64dfd8789df6d6a62ee97c75b3de87d7a1f09fb3 /libexec/getNAME/getNAME.1 | |
parent | 17df8f3da3d8554622eb7bc4660a7e7b363c1bfe (diff) | |
download | FreeBSD-src-8191848c3fe6cf7a39563a64975e0b607295e35d.zip FreeBSD-src-8191848c3fe6cf7a39563a64975e0b607295e35d.tar.gz |
Use err(3). -Wall cleaning.
Diffstat (limited to 'libexec/getNAME/getNAME.1')
-rw-r--r-- | libexec/getNAME/getNAME.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libexec/getNAME/getNAME.1 b/libexec/getNAME/getNAME.1 index c58bbe2..d292ab6 100644 --- a/libexec/getNAME/getNAME.1 +++ b/libexec/getNAME/getNAME.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: getNAME.1,v 1.6 1997/02/22 14:21:34 peter Exp $ .Dd July 8, 1996 .Dt getNAME 1 @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Nm /usr/libexec/getNAME .Op Fl itw -.Ar files ... +.Ar .Sh DESCRIPTION The .Nm @@ -45,13 +45,13 @@ building database entries. .Pp The options are as follows: -.Bl -tag -width Ds +.Bl -tag -width indent .It Fl i -for building intro entries. +For building intro entries. .It Fl t -for building toc. +For building toc. .It Fl w -print type of manual page (OLD, NEW, UNKNOWN). +Print type of manual page (OLD, NEW, UNKNOWN). .El .\" .Sh BUGS .Sh SEE ALSO |