diff options
author | 2013-10-06 17:06:26 +0000 | |
---|---|---|
committer | 2013-10-06 17:06:26 +0000 | |
commit | 903178d066ac95736e6db8067ae7cf7543d7d600 (patch) | |
tree | 282be64883b6c8bd09e5d523fa6dc0bbc81c2fb3 /share/man/man7 | |
parent | Rework the AES XTS regress so that we compile and test the sys/crypto code (diff) | |
download | wireguard-openbsd-903178d066ac95736e6db8067ae7cf7543d7d600.tar.xz wireguard-openbsd-903178d066ac95736e6db8067ae7cf7543d7d600.zip |
Fix an .Lb example in two respects:
As noticed by Sascha Wildner (DragonFly), .Lb wants a "lib" prefix.
And mdoc(3) was merged into mandoc(3) long ago.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mdoc.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 96abf266218..1350679f085 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.101 2013/09/04 19:39:19 patrick Exp $ +.\" $OpenBSD: mdoc.7,v 1.102 2013/10/06 17:06:26 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,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: September 4 2013 $ +.Dd $Mdocdate: October 6 2013 $ .Dt MDOC 7 .Os .Sh NAME @@ -1877,7 +1877,7 @@ section as described in .Pp Examples: .Dl \&.Lb libz -.Dl \&.Lb mdoc +.Dl \&.Lb libmandoc .Ss \&Li Denotes text that should be in a .Li literal |