diff options
author | 2015-09-21 09:58:42 +0000 | |
---|---|---|
committer | 2015-09-21 09:58:42 +0000 | |
commit | 44c8e794e03f27a42d3fbbb5b2870dd9c9fd08ac (patch) | |
tree | 03fe6c03cc2d723493bcd395776431fa32c8990f | |
parent | Let us log all updates sent from an individual peer. Since this can be (diff) | |
download | wireguard-openbsd-44c8e794e03f27a42d3fbbb5b2870dd9c9fd08ac.tar.xz wireguard-openbsd-44c8e794e03f27a42d3fbbb5b2870dd9c9fd08ac.zip |
no more _subdir; Jan Stary <hans at stare dot cz>
-rw-r--r-- | usr.bin/mandoc/man.1 | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/usr.bin/mandoc/man.1 b/usr.bin/mandoc/man.1 index bf5cfc010e1..98dee879f91 100644 --- a/usr.bin/mandoc/man.1 +++ b/usr.bin/mandoc/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.13 2015/07/17 22:35:36 schwarze Exp $ +.\" $OpenBSD: man.1,v 1.14 2015/09/21 09:58:42 schwarze Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" .\" @(#)man.1 8.2 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: July 17 2015 $ +.Dd $Mdocdate: September 21 2015 $ .Dt MAN 1 .Os .Sh NAME @@ -173,12 +173,6 @@ must be a colon separated list of directories. This search path may also be set using the environment variable .Ev MANPATH . -The subdirectories to be searched, and their search order, -are specified by the -.Dq _subdir -line in the -.Nm -configuration file. .It Fl m Ar path Augment the list of standard directories which .Nm @@ -194,12 +188,6 @@ the directories specified using the option or the .Ev MANPATH environment variable. -The subdirectories to be searched, and their search order, -are specified by the -.Dq _subdir -line in the -.Nm -configuration file. .It Fl O Ar option Ns = Ns Ar value Comma-separated output options. For each output format, the available options are described in the @@ -377,12 +365,6 @@ variable. The format of the path is a colon .Pq Ql \&: separated list of directories. -The subdirectories to be searched, as well as their search order, -are specified by the -.Dq _subdir -line in the -.Nm -configuration file. .It Ev PAGER Specifies the pagination program to use when .Ev MANPAGER |