diff options
author | 2016-03-31 15:53:25 +0000 | |
---|---|---|
committer | 2016-03-31 15:53:25 +0000 | |
commit | 1830eb6ef2ddf36c415a3a5198ee56c20ddd2e1e (patch) | |
tree | eb78cd7ab072587274de28d84699cfa101bc4fda /share/man/man5 | |
parent | If one of the TCP syn cache buckets overflow, it might be a collision (diff) | |
download | wireguard-openbsd-1830eb6ef2ddf36c415a3a5198ee56c20ddd2e1e.tar.xz wireguard-openbsd-1830eb6ef2ddf36c415a3a5198ee56c20ddd2e1e.zip |
Don't use .Aq for syntax elements that require ASCII "<>".
Patch from Christian Heckendorf <mbie at ulmus dot me>.
OK jmc@ bentley@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/mk.conf.5 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index 71544832225..d6e9d2dd4cb 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.30 2015/10/26 10:43:42 bluhm Exp $ +.\" $OpenBSD: mk.conf.5,v 1.31 2016/03/31 15:53:25 schwarze Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 26 2015 $ +.Dd $Mdocdate: March 31 2016 $ .Dt MK.CONF 5 .Os .Sh NAME @@ -34,7 +34,7 @@ .Fd .include <bsd.own.mk> .Sh DESCRIPTION To get system-specific configuration parameters, -.Aq bsd.own.mk +.In bsd.own.mk will try to include the file specified by the .Ev MAKECONF variable. @@ -50,7 +50,7 @@ and details of the format of make files, see .Xr make 1 . .Pp -.Aq bsd.own.mk +.In bsd.own.mk is generally useful when building Makefiles, so that they use the same default owners, etc. as the rest of the tree. These files may define any of the variables described below. @@ -61,7 +61,7 @@ for a list of variables that can be set by the subsystem. .Sh VARIABLES The following variables are set by -.Aq bsd.own.mk , +.In bsd.own.mk , if they are not already defined. Defaults are in brackets. .Bl -tag -width INSTALL_STRIP @@ -156,10 +156,10 @@ The real path to the X Window System sources. .El .Sh ADDITIONAL VARIABLES Additionally, the following variables may be set by -.Aq bsd.own.mk +.In bsd.own.mk or in a make configuration file to modify the behaviour of the system build process (default values are in brackets along with comments, if set by -.Aq bsd.own.mk ) : +.In bsd.own.mk ) : .Bl -tag -width GLOBAL_AUTOCONF_CACHE .It Ev DEBUG Add |