summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-17 19:12:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-17 19:12:03 +0000
commit3d925827cd8e2a4546ab0dbbe79cba9b7044cb20 (patch)
treeab2fcbde4c7e14d1650cfb89b724166fd726ee3d
parentdd0b45a5cfe0f7770ab784d9d8a039c2afce10e6 (diff)
downloadmandoc-3d925827cd8e2a4546ab0dbbe79cba9b7044cb20.tar.gz
mandoc-3d925827cd8e2a4546ab0dbbe79cba9b7044cb20.tar.zst
mandoc-3d925827cd8e2a4546ab0dbbe79cba9b7044cb20.zip
Bumped version.VERSION_1_7_19
Removed CVS note from index (they'll contact me if they need it). Properly ordered mandoc.1 CAVEATS/COMPATIBILITY.
-rw-r--r--Makefile10
-rw-r--r--index.sgml8
-rw-r--r--mandoc.162
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 &#8220;subscribe mdocml&#8221; (or, symmetrically, &#8220;unsubscribe mdocml&#8221;).
</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>
<td>
<div class="foot">
- Copyright &#169; 2008, 2009 Kristaps D&#382;onsons, $Date: 2009/06/15 11:24:16 $
+ Copyright &#169; 2008, 2009 Kristaps D&#382;onsons, $Date: 2009/06/17 19:12:03 $
</div>
</td>
</tr>
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 <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: 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.