summaryrefslogtreecommitdiffstats
path: root/man.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-08-13 12:54:52 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-08-13 12:54:52 +0000
commitbeea252a74daede4b79d152b669a994f3e728274 (patch)
tree8ccce4c32634dc70c0714ea1023c034c5e0ba6e7 /man.7
parentd79adbbd22e2af10c5e82d6e61a45712042d6601 (diff)
downloadmandoc-beea252a74daede4b79d152b669a994f3e728274.tar.gz
Finished correct `IP' handling.
Diffstat (limited to 'man.7')
-rw-r--r--man.719
1 files changed, 14 insertions, 5 deletions
diff --git a/man.7 b/man.7
index d0619e9f..de363cbf 100644
--- a/man.7
+++ b/man.7
@@ -283,14 +283,24 @@ Whitespace between arguments is omitted in output.
.It \&HP
Begin a paragraph whose initial output line is left-justified, but
subsequent output lines are indented.
-.\" TODO.
.It \&I
Text is rendered in italics.
.It \&IB
Text is rendered alternately in italics and bold face. Whitespace
between arguments is omitted in output.
.It \&IP
-.\" TODO.
+Begin a paragraph with the following syntax:
+.Bd -literal -offset indent
+\&.IP [head [width]]
+.Ed
+.Pp
+This follows the behaviour of the
+.Sq \&TP
+macro except that
+.Va width ,
+which is only considered as such if properly-formed (e.g., 24n, 4,
+etc.), is used as the indentation offset instead of the default
+indentation value.
.It \&IR
Text is rendered alternately in italics and roman (the default font).
Whitespace between arguments is omitted in output.
@@ -339,12 +349,11 @@ string specifies the organisation providing the utility. The
.Va volume
replaces the default rendered volume as dictated by the manual section.
.It \&TP
-Begin a paragraph where the head, if exceeding the indentation point, is
+Begin a paragraph where the head, if exceeding the indentation width, is
followed by a newline; if not, the body follows on the same line after a
-buffer to the indentation point. Subsequent output lines are indented.
+buffer to the indentation width. Subsequent output lines are indented.
.It \&br
Breaks the current line. Consecutive invocations have no further effect.
-.\" TODO.
.It \&fi
End literal mode begun by
.Sq \&nf .