=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/apropos.1,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/mandoc/apropos.1 2012/01/10 09:45:13 1.16 --- src/usr.bin/mandoc/apropos.1 2012/01/14 23:31:33 1.17 *************** *** 1,4 **** ! .\" $Id: apropos.1,v 1.16 2012/01/10 09:45:13 schwarze Exp $ .\" .\" Copyright (c) 2011 Kristaps Dzonsons .\" --- 1,4 ---- ! .\" $Id: apropos.1,v 1.17 2012/01/14 23:31:33 schwarze Exp $ .\" .\" Copyright (c) 2011 Kristaps Dzonsons .\" *************** *** 14,20 **** .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: January 10 2012 $ .Dt APROPOS 1 .Os .Sh NAME --- 14,20 ---- .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: January 14 2012 $ .Dt APROPOS 1 .Os .Sh NAME *************** *** 318,326 **** .Xr man 1 , .Xr re_format 7 , .Xr makewhatis 8 ! .Sh AUTHORS The .Nm ! utility was written by .An Kristaps Dzonsons , .Mt kristaps@bsd.lv . --- 318,356 ---- .Xr man 1 , .Xr re_format 7 , .Xr makewhatis 8 ! .Sh HISTORY ! An ! .Nm ! utility first appeared in ! .Bx 2 . ! It was rewritten from scratch for ! .Ox 5.1 . ! .Pp The + .Fl M + option and the + .Ev MANPATH + variable first appeared in + .Bx 4.3 ; + .Fl m + in + .Bx 4.3 Reno ; + .Fl C + in + .Bx 4.4 Lite1 ; + and + .Fl S + and + .Fl s + in + .Ox 4.5 . + .Sh AUTHORS + .An -nosplit + .An Bill Joy + wrote the original + .Bx .Nm ! in February 1979. ! The current version was written by .An Kristaps Dzonsons , .Mt kristaps@bsd.lv .