diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 21:10:24 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 21:10:24 +0000 |
commit | b798cf19b4800f7e2244cd2753942a9cda3c7a76 (patch) | |
tree | 458a820e76ac127263c81d4a44a9005c907e4b20 /usr.sbin/amd | |
parent | 4094520b959c9701948aecbc7e645eb1d6e77287 (diff) |
Fix some formatting problems I missed before.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/mk-amd-map/mk-amd-map.8 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/amd/mk-amd-map/mk-amd-map.8 b/usr.sbin/amd/mk-amd-map/mk-amd-map.8 index 2b3ee5a2182..b4d89097287 100644 --- a/usr.sbin/amd/mk-amd-map/mk-amd-map.8 +++ b/usr.sbin/amd/mk-amd-map/mk-amd-map.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)mk-amd-map.8 8.1 (Berkeley) 6/28/93 -.\" $Id: mk-amd-map.8,v 1.5 1999/07/02 20:11:47 aaron Exp $ +.\" $Id: mk-amd-map.8,v 1.6 2000/03/23 21:10:21 aaron Exp $ .\" .Dd June 28, 1993 .Dt MK-AMD-MAP 8 @@ -51,10 +51,11 @@ It reads input from the named file and outputs them to a correspondingly named hashed database. .Pp -The -.Fl p -option prints the map on standard output instead of generating -a database. This is usually used to merge continuation lines -into one physical line. +The options are as follows: +.Bl -tag -width Ds +.It Fl p +Print the map on standard output instead of generating a database. +This is usually used to merge continuation lines into one physical line. +.El .Sh SEE ALSO .Xr amd 8 |