diff options
author | 2014-03-31 00:09:54 +0000 | |
---|---|---|
committer | 2014-03-31 00:09:54 +0000 | |
commit | 5c4413f23f33fd8a61d2a1c3d7ddf7e5463b77e6 (patch) | |
tree | be67f5ee5eb23bbeff2cf8ecb3abce7fd9cd3a55 | |
parent | recognise the CONTEXT section. we consider it only applicable to (diff) | |
download | wireguard-openbsd-5c4413f23f33fd8a61d2a1c3d7ddf7e5463b77e6.tar.xz wireguard-openbsd-5c4413f23f33fd8a61d2a1c3d7ddf7e5463b77e6.zip |
Sh CONTEXT
requested by schwartz@
-rw-r--r-- | share/misc/mdoc.template | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/misc/mdoc.template b/share/misc/mdoc.template index 98d1d58b042..5b265358bc9 100644 --- a/share/misc/mdoc.template +++ b/share/misc/mdoc.template @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.template,v 1.14 2014/02/16 14:26:51 schwarze Exp $ +.\" $OpenBSD: mdoc.template,v 1.15 2014/03/31 00:09:54 dlg Exp $ .\" .\" Copyright (c) YYYY YOUR NAME HERE <user@your.dom.ain> .\" @@ -33,6 +33,8 @@ The .Nm utility processes files ... .\" The following requests should be uncommented and used where appropriate. +.\" .Sh CONTEXT +.\" For section 9 functions only. .\" .Sh RETURN VALUES .\" For sections 2, 3, and 9 function return values only. .\" .Sh ENVIRONMENT |