diff options
-rw-r--r-- | Makefile | 10 | ||||
-rw-r--r-- | index.sgml | 6 | ||||
-rw-r--r-- | mandoc.1 | 58 |
3 files changed, 30 insertions, 44 deletions
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.7.18 -VDATE = 15 June 2009 +VERSION = 1.7.19 +VDATE = 17 June 2009 VFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -254,10 +254,10 @@ mandoc: $(MAINOBJS) libmdoc.a libman.a sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@ .1.1.txt: - ./mandoc -Wall $< | col -b > $@ + ./mandoc -Wall,error -fstrict $< | col -b > $@ .3.3.txt: - ./mandoc -Wall $< | col -b > $@ + ./mandoc -Wall,error -fstrict $< | col -b > $@ .7.7.txt: - ./mandoc -Wall $< | col -b > $@ + ./mandoc -Wall,error -fstrict $< | col -b > $@ @@ -222,12 +222,6 @@ If you want to receive a semi-automated mail-out of new versions, then please write with a message subject of “subscribe mdocml” (or, symmetrically, “unsubscribe mdocml”). </p> - - <p> - We don't offer anonymous CVS access. If you must have read-only access to the CVS tree (for down-stream - maintenance and so on), then please contact Kristaps directly for a read-only CVS account. We strongly - suggest using snapshots, instead. - </p> </td> </tr> <tr> @@ -239,11 +239,33 @@ To page manuals to the terminal: .Pp .D1 % mandoc mandoc.1 mdoc.3 mdoc.7 | less .\" SECTION +.Sh COMPATIBILITY +This section summarises +.Nm +compatibility with +.Xr groff 1 . +.Pp +.Bl -bullet -compact +.It +A list or display following +.Sq \&.Ss +does not assert a prior vertical break, just as it doesn't with +.Sq \&.Sh . +.\" LIST-ITEM +.It +The \-literal and \-unfilled +.Sq \&.Bd +displays types are synonyms, as are \-filled and \-ragged. +.\" LIST-ITEM +.It +Words aren't hyphenated. +.El +.\" SECTION .Sh SEE ALSO .Xr mandoc_char 7 , .Xr mdoc 7 , .Xr man 7 -.\" +.\" SECTION .Sh AUTHORS The .Nm @@ -253,37 +275,7 @@ utility was written by .Sh CAVEATS The .Nm -utility in -.Fl T Ns Ar ascii -mode doesn't yet know how to display the following: -.Pp -.Bl -bullet -compact -.It -The \-hang -.Sq \&.Bl -list is not yet supported. -.El +utility doesn't yet know how to display \-hang lists. .Pp Other macros still aren't supported by virtue of nobody complaining -about their absence. Please report any omissions: this is a work in -progress. -.Pp -The following list documents differences between traditional -.Xr nroff 1 -output and -.Nm : -.Pp -.Bl -bullet -compact -.It -A list of display following -.Sq \&.Ss -does not assert a prior vertical break, just as it doesn't with -.Sq \&.Sh . -.It -Special characters don't follow the current font style. -.\" LIST-ITEM -.It -The \-literal and \-unfilled -.Sq \&.Bd -displays types are synonyms, as are \-filled and \-ragged. -.El +about their absence. |