diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-19 07:40:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-19 07:40:02 +0000 |
commit | 61eae7ffe7339b8de84c73ca48262212cd7ea7d2 (patch) | |
tree | e80bcbd0c35a99ffed0e7985b01ba102abd1ccb8 /usr.bin/man | |
parent | 4e8c57085beac7b18f1cfe2dfa64f72a4e7afb7c (diff) |
- remove BUGS: it was out of date
- better Nd; from schwarze
ok schwarze
Diffstat (limited to 'usr.bin/man')
-rw-r--r-- | usr.bin/man/man.1 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 5e404619c21..7d585a2389e 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.45 2010/09/03 11:09:29 jmc Exp $ +.\" $OpenBSD: man.1,v 1.46 2010/09/19 07:40:01 jmc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,12 +29,12 @@ .\" .\" @(#)man.1 8.2 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: September 19 2010 $ .Dt MAN 1 .Os .Sh NAME .Nm man -.Nd display the on-line manual pages +.Nd display manual pages .Sh SYNOPSIS .Nm man .Op Fl achw @@ -342,7 +342,3 @@ A .Nm command appeared in .At v3 . -.Sh BUGS -The on-line manual pages are, by necessity, forgiving toward stupid -display devices, causing a few manual pages to be not as nicely formatted -as their typeset counterparts. |