summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2011-02-07 00:02:51 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2011-02-07 00:02:51 +0000
commit17dec87e5409e01a5657473937b2ac36d7da6a93 (patch)
tree9032e131e8adb2d1b916067e2369123061968a36 /share
parent21c01657aec0fb1c59da7f68798c6121189a789d (diff)
Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to no
longer suppress spacing when used at the beginning of an input line, and mandoc now follows the same behaviour as new groff. Thus, sweep the tree and remove useless .Ns. Most places found by jmc@; ok jmc@ kristaps@.
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/mdoc.712
-rw-r--r--share/man/man7/tbl.712
2 files changed, 13 insertions, 11 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7
index 83d44030a1e..9a99458f65b 100644
--- a/share/man/man7/mdoc.7
+++ b/share/man/man7/mdoc.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mdoc.7,v 1.64 2011/02/06 17:33:20 schwarze Exp $
+.\" $OpenBSD: mdoc.7,v 1.65 2011/02/07 00:02:50 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010 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: February 6 2011 $
+.Dd $Mdocdate: February 7 2011 $
.Dt MDOC 7
.Os
.Sh NAME
@@ -283,11 +283,13 @@ a line.
By doing so, front-ends will be able to apply the proper amount of
spacing after the end of sentence (unescaped) period, exclamation mark,
or question mark followed by zero or more non-sentence closing
-delimiters (
-.Ns Sq \&) ,
+delimiters
+.Po
+.Sq \&) ,
.Sq \&] ,
.Sq \&' ,
-.Sq \&" ) .
+.Sq \&"
+.Pc .
.Pp
The proper spacing is also intelligently preserved if a sentence ends at
the boundary of a macro line.
diff --git a/share/man/man7/tbl.7 b/share/man/man7/tbl.7
index 1f5992bbfdb..d74a79b6a2c 100644
--- a/share/man/man7/tbl.7
+++ b/share/man/man7/tbl.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tbl.7,v 1.2 2011/01/22 19:38:51 schwarze Exp $
+.\" $OpenBSD: tbl.7,v 1.3 2011/02/07 00:02:50 schwarze Exp $
.\"
.\" Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,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 22 2011 $
+.Dd $Mdocdate: February 7 2011 $
.Dt TBL 7
.Os
.Sh NAME
@@ -207,8 +207,8 @@ Justify a number around its last decimal point.
If the decimal point is not found on the number, it's assumed to trail
the number.
.It Cm s
-Horizontally span columns from the last non-
-.Ns Cm s
+Horizontally span columns from the last
+.No non- Ns Cm s
data cell.
It is an error if spanning columns follow a
.Cm \-
@@ -220,8 +220,8 @@ This option is not supported by
.It Cm a
Left-justify a literal string and pad with one space.
.It Cm ^
-Vertically span rows from the last non-
-.Ns Cm ^
+Vertically span rows from the last
+.No non- Ns Cm ^
data cell.
It is an error to invoke a vertical span on the first layout row.
Unlike a horizontal spanner, you must specify an empty cell (if it not