summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-05 10:37:09 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-05 10:37:09 +0000
commit80eb3c6e0afe2acb092b84229d5c35572a5fb39f (patch)
tree103ba61d93428e059503b53932fbf97ea8b2a8ff
parent8fac839953786f7cf678cfd97d989fa83fdb43f5 (diff)
downloadmandoc-80eb3c6e0afe2acb092b84229d5c35572a5fb39f.tar.gz
mandoc-80eb3c6e0afe2acb092b84229d5c35572a5fb39f.tar.zst
mandoc-80eb3c6e0afe2acb092b84229d5c35572a5fb39f.zip
Version: 1.9.2.VERSION_1_9_2
Fixed man.7 syntax error (oops).
-rw-r--r--Makefile4
-rw-r--r--man.78
2 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 39f6b0c7..844cd786 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.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
diff --git a/man.7 b/man.7
index c6d267fe..c0f93cd5 100644
--- a/man.7
+++ b/man.7
@@ -1,4 +1,4 @@
-.\" $Id: man.7,v 1.36 2009/08/22 09:10:37 kristaps Exp $
+.\" $Id: man.7,v 1.37 2009/09/05 10:37:09 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -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: August 22 2009 $
+.Dd $Mdocdate: September 5 2009 $
.Dt MAN 7
.Os
.
@@ -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