=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/whatis/Attic/whatis.1,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/usr.bin/whatis/Attic/whatis.1 2007/08/06 19:16:06 1.14 +++ src/usr.bin/whatis/Attic/whatis.1 2011/10/09 02:20:39 1.15 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whatis.1,v 1.14 2007/08/06 19:16:06 sobrado Exp $ +.\" $OpenBSD: whatis.1,v 1.15 2011/10/09 02:20:39 schwarze Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)whatis.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: August 6 2007 $ +.Dd $Mdocdate: October 9 2011 $ .Dt WHATIS 1 .Os .Sh NAME @@ -114,5 +114,18 @@ .Sh HISTORY The .Nm -command appeared in -.Bx 3.0 . +command first appeared in +.Bx 2 . +The +.Fl M +option first appeared in +.Bx 4.3 Tahoe ; +.Fl m +in +.Bx 4.3 Reno ; +and +.Fl C +in +.Nx 1.0 . +.Sh AUTHORS +.An Bill Joy