diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-05 10:37:09 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-05 10:37:09 +0000 |
commit | 74d68c4f407023d0d2a78e88ae492f13442ba597 (patch) | |
tree | 539b81f60e89dddfec48f304793aa6bb071f5d75 | |
parent | 8dd90d724e61a6c4831dd84098aa66db8ae66b6e (diff) | |
download | mandoc-74d68c4f407023d0d2a78e88ae492f13442ba597.tar.gz |
Version: 1.9.2.VERSION.1.9.2
Fixed man.7 syntax error (oops).
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | man.7 | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.1 -VDATE = 21 August 2009 +VERSION = 1.9.2 +VDATE = 05 September 2009 VFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -467,8 +467,6 @@ buffer to the indentation width. Subsequent output lines are indented. The indentation width may be set as follows: .Bd -literal -offset indent \&.TP [width] -.It UC -Has no effect. Included for compatibility. .Ed . .Pp @@ -478,6 +476,8 @@ must be a properly-formed numeric width. If .Va width is specified, it's saved for later paragraph left-margins; if unspecified, the saved or default width is used. +.It UC +Has no effect. Included for compatibility. .It br Breaks the current line. Consecutive invocations have no further effect. .It fi |