summaryrefslogtreecommitdiffstats
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
commitecb8832a8f017fdb632b5f7829cc7f0740a60dfd (patch)
tree693b5fa6e982980260e5b020f8107579ed20aea0
parentc78c9e8936467a043d7391bd6994eb881eb0cc70 (diff)
downloadmandoc-ecb8832a8f017fdb632b5f7829cc7f0740a60dfd.tar.gz
Adding version notes.
-rw-r--r--Makefile4
-rw-r--r--demandoc.12
-rw-r--r--index.sgml10
3 files changed, 8 insertions, 8 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 1c1cd585..9f0d36fe 100644
--- a/demandoc.1
+++ b/demandoc.1
@@ -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 44b13cb8..08592352 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