aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-09-02 13:04:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-09-02 13:04:05 +0000
commit4c8289d461fe2c5f6fcb3a7f28d1b259af13823a (patch)
treeff83f51f4ff234317b42623794a72f3bf6501007
parent8bc8d59cc1a8d7d555dfd3583e32a8cdd13e3c5b (diff)
downloadmandoc-4c8289d461fe2c5f6fcb3a7f28d1b259af13823a.tar.gz
mandoc-4c8289d461fe2c5f6fcb3a7f28d1b259af13823a.tar.zst
mandoc-4c8289d461fe2c5f6fcb3a7f28d1b259af13823a.zip
Adding version notes.
-rw-r--r--Makefile4
-rw-r--r--demandoc.16
-rw-r--r--index.sgml12
3 files changed, 11 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 2fcbdde4..b1fd0219 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@
# in the lower-left hand corner of -mdoc manuals.
# CFLAGS += -DOSNAME="\"OpenBSD 4.5\""
-VERSION = 1.11.6
-VDATE = 16 August 2011
+VERSION = 1.11.7
+VDATE = 2 September 2011
# IFF your system supports multi-byte functions (setlocale(), wcwidth(),
# putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
# UCS-4 value) should you define USE_WCHAR. If you define it and your
diff --git a/demandoc.1 b/demandoc.1
index dd8e677b..9d4ad218 100644
--- a/demandoc.1
+++ b/demandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: demandoc.1,v 1.4 2011/09/01 22:25:53 kristaps Exp $
+.\" $Id: demandoc.1,v 1.5 2011/09/02 13:04:05 kristaps Exp $
.\"
.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -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: September 1 2011 $
+.Dd $Mdocdate: September 2 2011 $
.Dt DEMANDOC 1
.Os
.Sh NAME
@@ -42,7 +42,7 @@ A
.Qq word ,
in this case, refers to whitespace-delimited terms beginning with at
least two letters and not consisting of any escape sequences.
-Terms have their leading and trailing punctuation
+Words have their leading and trailing punctuation
.Pq double-quotes, sentence punctuation, etc.
stripped.
.It Ar
diff --git a/index.sgml b/index.sgml
index 846fe8af..b7ab5e0b 100644
--- a/index.sgml
+++ b/index.sgml
@@ -237,10 +237,10 @@
<A NAME="contact">Contact</A>
</H1>
<P>
- Use the mailing lists for bug-reports, patches, questions, etc. (these require subscription). Please check the
+ Use the mailing lists for bug-reports, patches, questions, etc. Please check the
<A HREF="http://mdocml.bsd.lv/cgi-bin/cvsweb/TODO?cvsroot=mdocml">TODO</A> for known issues
- before posting. Beyond that, contact Kristaps at <A
- HREF="http://mailhide.recaptcha.net/d?k=01M6h_w7twDp58ZgH57eWC_w==&amp;c=Q2DBUt401ePlSeupJFrq_Q==" TITLE="Reveal
+ before posting. All lists are subscription-only: send a blank e-mail to the listed address to subscribe. Beyond that,
+ contact Kristaps at <A HREF="http://mailhide.recaptcha.net/d?k=01M6h_w7twDp58ZgH57eWC_w==&amp;c=Q2DBUt401ePlSeupJFrq_Q==" TITLE="Reveal
this e-mail address">kris...</A>@bsd.lv.
</P>
<TABLE WIDTH="100%" SUMMARY="Mailing Lists">
@@ -283,11 +283,11 @@
<A NAME="news">News</A>
</H1>
<P CLASS="news">
- xx-xx-2011: version 1.11.x
+ 02-09-2011: version 1.11.7
</P>
<P>
Added <A HREF="demandoc.1.html">demandoc</A> utility for stripping away macros and escapes. This replaces the
- historical <CODE>deroff</CODE> utility.
+ historical <CODE>deroff</CODE> utility. Also improved the <A HREF="mdoc.7.html">mdoc</A> and <A HREF="man.7.html">man</A> manuals.
</P>
<P CLASS="news">
16-08-2011: version 1.11.6
@@ -321,7 +321,7 @@
<SMALL>
Copyright &#169; 2008&#8211;2011
<A CLASS="external" HREF="http://kristaps.bsd.lv">Kristaps Dzonsons</A>,
- $Date: 2011/09/01 10:46:28 $
+ $Date: 2011/09/02 13:04:05 $
</SMALL>
</P>
</BODY>