summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--mandoc.19
2 files changed, 4 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index f186e817..147f7ad0 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.6.8
-VDATE = 21 March 2009
+VERSION = 1.6.9
+VDATE = 22 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
diff --git a/mandoc.1 b/mandoc.1
index 88b47c56..40bffea7 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.5 2009/03/21 21:09:00 kristaps Exp $
+.\" $Id: mandoc.1,v 1.6 2009/03/22 19:08:53 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>
.\"
@@ -16,7 +16,7 @@
.\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 21 2009 $
+.Dd $Mdocdate: March 22 2009 $
.Dt mandoc 1
.Os
.\" SECTION
@@ -201,11 +201,6 @@ displays types are synonyms, as are \-filled and \-ragged.
.\" LIST-ITEM
.It
The
-.Sq \&Xo/Xc
-pair isn't supported.
-.\" LIST-ITEM
-.It
-The
.Sq \&Bd
macro doesn't process \-compact .
.El