diff options
author | 2017-06-24 21:08:28 +0000 | |
---|---|---|
committer | 2017-06-24 21:08:28 +0000 | |
commit | 9a8f0651ca66ed28ba61536f276dd8088bd055ed (patch) | |
tree | 105ffac80ab026c50e8a0ece3fd3a83cbd59f5c9 | |
parent | To avoid packet loss due to reuse of the 16 bit IPv4 fragment id, (diff) | |
download | wireguard-openbsd-9a8f0651ca66ed28ba61536f276dd8088bd055ed.tar.xz wireguard-openbsd-9a8f0651ca66ed28ba61536f276dd8088bd055ed.zip |
delete useless .Ns macro that jmc@ found with mdoclint(1)
-rw-r--r-- | usr.bin/mandoc/mandoc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/mandoc.1 b/usr.bin/mandoc/mandoc.1 index 3e3f479c893..fe0b5406107 100644 --- a/usr.bin/mandoc/mandoc.1 +++ b/usr.bin/mandoc/mandoc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mandoc.1,v 1.128 2017/06/24 19:05:36 schwarze Exp $ +.\" $OpenBSD: mandoc.1,v 1.129 2017/06/24 21:08:28 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2012, 2014-2017 Ingo Schwarze <schwarze@openbsd.org> @@ -688,7 +688,7 @@ Messages displayed by .Nm follow this format: .Bd -ragged -offset indent -.Nm Ns : +.Nm : .Ar file : Ns Ar line : Ns Ar column : level : message : macro args .Pq Ar os .Ed |