diff options
author | 2014-03-17 09:25:39 +0000 | |
---|---|---|
committer | 2014-03-17 09:25:39 +0000 | |
commit | cb9fb1515bcf4a9b748db798b81ffeb168e240f7 (patch) | |
tree | 932897dee2d67f6744c67a370927d081c92ae5e1 | |
parent | sync to bsd.lv: remove the Berkeley DB specific parts and document -n (diff) | |
download | wireguard-openbsd-cb9fb1515bcf4a9b748db798b81ffeb168e240f7.tar.xz wireguard-openbsd-cb9fb1515bcf4a9b748db798b81ffeb168e240f7.zip |
remove Berkeley DB parts
-rw-r--r-- | usr.bin/mandoc/apropos.1 | 10 | ||||
-rw-r--r-- | usr.bin/mandoc/whatis.1 | 10 |
2 files changed, 6 insertions, 14 deletions
diff --git a/usr.bin/mandoc/apropos.1 b/usr.bin/mandoc/apropos.1 index e54c20ce637..c00e3d70140 100644 --- a/usr.bin/mandoc/apropos.1 +++ b/usr.bin/mandoc/apropos.1 @@ -1,6 +1,6 @@ -.\" $Id: apropos.1,v 1.18 2013/07/13 19:27:46 schwarze Exp $ +.\" $Id: apropos.1,v 1.19 2014/03/17 09:25:39 schwarze Exp $ .\" -.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv> +.\" Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 13 2013 $ +.Dd $Mdocdate: March 17 2014 $ .Dt APROPOS 1 .Os .Sh NAME @@ -270,10 +270,6 @@ standard search path. name of the .Xr makewhatis 8 keyword database -.It Pa mandoc.index -name of the -.Xr makewhatis 8 -filename database .It Pa /etc/man.conf default .Xr man 1 diff --git a/usr.bin/mandoc/whatis.1 b/usr.bin/mandoc/whatis.1 index 6cc0fd77653..7d45b026562 100644 --- a/usr.bin/mandoc/whatis.1 +++ b/usr.bin/mandoc/whatis.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whatis.1,v 1.8 2013/07/13 19:27:46 schwarze Exp $ +.\" $OpenBSD: whatis.1,v 1.9 2014/03/17 09:25: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: July 13 2013 $ +.Dd $Mdocdate: March 17 2014 $ .Dt WHATIS 1 .Os .Sh NAME @@ -112,7 +112,7 @@ for a listing of sections. .It Ev MANPATH The standard search path used by .Xr man 1 -may be changed by specifying a path in the +may be overridden by specifying a path in the .Ev MANPATH environment variable. If @@ -130,10 +130,6 @@ standard search path. name of the .Xr makewhatis 8 keyword database -.It Pa mandoc.index -name of the -.Xr makewhatis 8 -filename database .It Pa /etc/man.conf default .Xr man 1 |