From 3d925827cd8e2a4546ab0dbbe79cba9b7044cb20 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 17 Jun 2009 19:12:03 +0000 Subject: Bumped version. Removed CVS note from index (they'll contact me if they need it). Properly ordered mandoc.1 CAVEATS/COMPATIBILITY. --- Makefile | 10 +++++----- index.sgml | 8 +------- mandoc.1 | 62 +++++++++++++++++++++++++++----------------------------------- 3 files changed, 33 insertions(+), 47 deletions(-) diff --git a/Makefile b/Makefile index 86a9f3e8..0391a50c 100644 --- a/Makefile +++ b/Makefile @@ -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 > $@ diff --git a/index.sgml b/index.sgml index 85432bea..215b1054 100644 --- a/index.sgml +++ b/index.sgml @@ -222,18 +222,12 @@ 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”).

- -

- 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. -

- Copyright © 2008, 2009 Kristaps Džonsons, $Date: 2009/06/15 11:24:16 $ + Copyright © 2008, 2009 Kristaps Džonsons, $Date: 2009/06/17 19:12:03 $
diff --git a/mandoc.1 b/mandoc.1 index 3d1dc3cd..73c82ce4 100644 --- a/mandoc.1 +++ b/mandoc.1 @@ -1,4 +1,4 @@ -.\" $Id: mandoc.1,v 1.19 2009/06/15 09:35:16 kristaps Exp $ +.\" $Id: mandoc.1,v 1.20 2009/06/17 19:12:03 kristaps Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" @@ -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: June 15 2009 $ +.Dd $Mdocdate: June 17 2009 $ .Dt MANDOC 1 .Os .\" SECTION @@ -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. -- cgit v1.2.3-56-ge451