summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/man.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-04-07 23:15:06 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-04-07 23:15:06 +0000
commit7137104835ca81318a9a2f20dbb47bfad38ea829 (patch)
tree851045dd0fa48e8867b4ee036b854bd6c4b80a15 /usr.bin/mandoc/man.7
parent87cc166866f92a490fc02f4168d4ce0f3af45a70 (diff)
Merge the good parts of 1.9.23,
avoid the bad parts of 1.9.23, and keep local patches. Input in general: * Basic handling of roff-style font escapes \f, \F. * Quoted punctuation does not count as punctuation. mdoc(7) parser: * Make .Pf callable; noted by Claus Assmann. * Let .Bd and .Bl ignore unknown arguments; noted by deraadt@. * Do not warn when .Er is used outside certain sections. * Replace mdoc_node_free[list] by mdoc_node_delete. * Replace #define by enum for rew*() return values. man(7) parser: * When .TH is missing, use default section and date. Output in general: * Curly braces do not count as punctuation. * No space after .Fl w/o args when a macro follows on the same line. HTML output: * Unify PAIR_*_INIT macros, introduce new PAIR_ID_INIT(). * Print whitespace after, not before .Vt .Fn .Ft .Fo. Checked that all manuals in base still build.
Diffstat (limited to 'usr.bin/mandoc/man.7')
-rw-r--r--usr.bin/mandoc/man.75
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mandoc/man.7 b/usr.bin/mandoc/man.7
index 93c98c2f8ad..4174cb04361 100644
--- a/usr.bin/mandoc/man.7
+++ b/usr.bin/mandoc/man.7
@@ -1,4 +1,4 @@
-.\" $Id: man.7,v 1.19 2010/03/29 22:56:52 schwarze Exp $
+.\" $Id: man.7,v 1.20 2010/04/07 23:15:05 schwarze Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -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: March 29 2010 $
+.Dd $Mdocdate: April 7 2010 $
.Dt MAN 7
.Os
.
@@ -440,7 +440,6 @@ If a next-line macro is followed by a non-next-line macro, an error is
raised (unless in the case of
.Sx \&br ,
.Sx \&sp ,
-.Sx \&Sp ,
or
.Sx \&na ) .
.Pp