Module Name: src
Committed By: wiz
Date: Tue Jun 28 09:25:21 UTC 2016
Modified Files:
src/usr.bin/mkesdb: mkesdb.1
Log Message:
Sync usage with program. Add RCS Id. Increase column width. Fix macro usage.
Improve wording.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/mkesdb/mkesdb.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/mkesdb/mkesdb.1
diff -u src/usr.bin/mkesdb/mkesdb.1:1.1 src/usr.bin/mkesdb/mkesdb.1:1.2
--- src/usr.bin/mkesdb/mkesdb.1:1.1 Mon Jun 27 20:09:18 2016
+++ src/usr.bin/mkesdb/mkesdb.1 Tue Jun 28 09:25:21 2016
@@ -1,3 +1,5 @@
+.\" $NetBSD: mkesdb.1,v 1.2 2016/06/28 09:25:21 wiz Exp $
+.\"
.\" Copyright (c) 2009 Gabor Kovesdan <[email protected]>
.\" All rights reserved.
.\"
@@ -39,18 +41,17 @@
.Os
.Sh NAME
.Nm mkesdb
-.Nd generates conversion catalog for
+.Nd generate a conversion catalog for
.Xr iconv 3
.Sh SYNOPSIS
.Nm
-.Op Fl md
-.Fl o
-.Ar outfile
-.Ar infile
+.Op Fl dm
+.Op Fl o Ar outfile
+.Op Ar infile
.Sh DESCRIPTION
The
.Nm
-utility generates conversion catalog for the
+utility generates a conversion catalog for the
.Xr iconv 3
library.
The generated data includes a list of supported encodings
@@ -58,7 +59,7 @@ and their most important characteristics
module to use
.Pp
The following options are available:
-.Bl -tag -width 0123
+.Bl -tag -width XoXoutfileXX
.It Fl d
Turns on debug mode.
.It Fl m
@@ -77,7 +78,8 @@ Put generated binary data to
.Sh HISTORY
.Nm
first appeared in
-.Nx 2.0 , and made its appearance in
+.Nx 2.0 ,
+and made its appearance in
.Fx 9.0 .
.Sh AUTHORS
This manual page was written by