diff options
author | 2011-02-06 17:33:20 +0000 | |
---|---|---|
committer | 2011-02-06 17:33:20 +0000 | |
commit | af2167175922761b46fd28968f5718ced3acd06e (patch) | |
tree | 6c853a19d46d36f5281f5ac4c7bf103db3a98630 /share/man/man7 | |
parent | Fix NULL dereference with "sudo -g group" when the sudoers rule has (diff) | |
download | wireguard-openbsd-af2167175922761b46fd28968f5718ced3acd06e.tar.xz wireguard-openbsd-af2167175922761b46fd28968f5718ced3acd06e.zip |
If .Ns is specified on its own line, ignore it, like groff does;
from kristaps@.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mdoc.7 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 24f8616fd47..83d44030a1e 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,6 +1,6 @@ -.\" $OpenBSD: mdoc.7,v 1.63 2011/01/25 00:37:39 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.64 2011/02/06 17:33:20 schwarze Exp $ .\" -.\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv> +.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -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: January 25 2011 $ +.Dd $Mdocdate: February 6 2011 $ .Dt MDOC 7 .Os .Sh NAME @@ -2203,6 +2203,8 @@ Suppress a space. Following invocation, text is interpreted as free-form text until a macro is encountered. .Pp +This has no effect when invoked at the start of a macro line. +.Pp Examples: .Dl \&.Fl o \&Ns \&Ar output .Pp |