summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-07 12:20:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-07 12:20:07 +0000
commit330def09deee27bc7f1f70f0870aebf0eeddd62c (patch)
tree0fe396220e8e2a9c8c5d30d1e841d7e57fe97bec
parent155a1eaf753f1d35972ba449df39bde3d2cda6e8 (diff)
downloadmandoc-330def09deee27bc7f1f70f0870aebf0eeddd62c.tar.gz
mandoc-330def09deee27bc7f1f70f0870aebf0eeddd62c.tar.zst
mandoc-330def09deee27bc7f1f70f0870aebf0eeddd62c.zip
Added version bits for 1.10.1.
Spell-checked manuals.
-rw-r--r--Makefile2
-rw-r--r--index.sgml15
-rw-r--r--mdoc.714
3 files changed, 20 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 0ee50276..5bc86271 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ INSTALL_LIB = $(INSTALL) -m 0644
INSTALL_MAN = $(INSTALL_DATA)
VERSION = 1.10.1
-VDATE = 03 June 2010
+VDATE = 07 June 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
diff --git a/index.sgml b/index.sgml
index f79f9cda..f652fbb4 100644
--- a/index.sgml
+++ b/index.sgml
@@ -200,6 +200,10 @@
</TR>
</TBODY>
</TABLE>
+
+ <P>
+ See <Q><A CLASS="external" HREF="http://manpages.bsd.lv">Writing UNIX Manual Pages</A></Q> for a general
+ introduction to manpages and mdoc.
</TD>
</TR>
<TR>
@@ -256,14 +260,19 @@
</H1>
<DIV CLASS="news">
<P>
- <SPAN CLASS="date">xx-06-2010</SPAN>:
+ <SPAN CLASS="date">07-06-2010</SPAN>:
version 1.10.1
</P>
<P>
This primarily focusses on the <Q>Bl</Q> and <Q>It</Q> macros described in <A
HREF="mdoc.7.html">mdoc</A>. Multi-line column support is now fully compatible with
groff, as are implicit list entries for columns. Removed manuals.7 in favour of <A
- CLASS="external" HREF="http://manpages.bsd.lv">http://manpages.bsd.lv</A>.
+ CLASS="external" HREF="http://manpages.bsd.lv">http://manpages.bsd.lv</A>. The way we
+ handle the SYNOPSIS section (see the SYNOPSIS documentation in <A
+ HREF="mdoc.7.html#x4d414e55414cx20x535452554354555245">MANUAL STRUCTURE</A>) has also
+ been considerably simplified compared to groff's method. Lastly, the <SPAN
+ CLASS="flag">-Owidth=width</SPAN> output option has been added to <SPAN
+ CLASS="flag">-Tascii</SPAN> (see <A HREF="mandoc.1.html">mandoc</A>).
</P>
</DIV>
<DIV CLASS="news">
@@ -365,7 +374,7 @@
<TR>
<TD>
<DIV CLASS="foot">
- Copyright &#169; 2008&#8211;2010 Kristaps Dzonsons, $Date: 2010/06/03 15:39:56 $
+ Copyright &#169; 2008&#8211;2010 Kristaps Dzonsons, $Date: 2010/06/07 12:20:07 $
</DIV>
</TD>
</TR>
diff --git a/mdoc.7 b/mdoc.7
index 304f9d77..b20c16fc 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.123 2010/06/07 11:14:13 kristaps Exp $
+.\" $Id: mdoc.7,v 1.124 2010/06/07 12:20:07 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -55,7 +55,7 @@ Text following a
whether in a macro or free-form text line, is ignored to the end of
line. A macro line with only a control character and comment escape,
.Sq \&.\e" ,
-is also ignored. Macro lines with only a control charater and optionally
+is also ignored. Macro lines with only a control character and optionally
whitespace are stripped from input.
.Ss Reserved Characters
Within a macro line, the following characters are reserved:
@@ -167,7 +167,7 @@ also defined a set of package-specific
.Dq predefined strings ,
which, like
.Sx Special Characters ,
-demark special output characters and strings by way of input codes.
+mark special output characters and strings by way of input codes.
Predefined strings are escaped with the slash-asterisk,
.Sq \e* :
single-character
@@ -973,7 +973,7 @@ See also
.Sx \&Aq .
.Ss \&Ap
Inserts an apostrophe without any surrounding white-space.
-This is generally used as a grammatic device when referring to the verb
+This is generally used as a grammatical device when referring to the verb
form of a function:
.Bd -literal -offset indent
\&.Fn execve Ap d
@@ -1879,7 +1879,7 @@ line itself.
Subsequent this, only the
.Sq \&Ta
pseudo-macro may be used to delimit phrases.
-Furthermore, note that quoted sections propogate over tab-delimited
+Furthermore, note that quoted sections propagate over tab-delimited
phrases on an
.Sx \&It ,
for example,
@@ -2185,7 +2185,7 @@ and
.Sx \&Fn
in the
.Em SYNOPSIS :
-at times newline(s) are suppressed dependong on whether a prior
+at times newline(s) are suppressed depending on whether a prior
.Sx \&Fn
has been invoked.
In mandoc, this is not the case.
@@ -2250,7 +2250,7 @@ and
.Fl right
are aliases for
.Fl left
-in manodc. Furthermore, the
+in mandoc. Furthermore, the
.Fl file Ar file
argument is ignored.
Lastly, since text is not right-justified in mandoc (or even groff),