diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-06 15:01:04 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-06 15:01:04 +0000 |
commit | 3a094373dfa33d1e287d59127a8629dde3205dd8 (patch) | |
tree | 25ebac57ab1aa54735b559fef4ca6a55dc4494e2 /mandoc.1 | |
parent | 57a85465cebb415008468ba9f16a7668e9119051 (diff) | |
download | mandoc-3a094373dfa33d1e287d59127a8629dde3205dd8.tar.gz |
Minimal implementation of the roff(7) .ce request (center a number
of input lines without filling).
Contrary to groff, high-level macros abort .ce mode for now.
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1716,6 +1716,11 @@ whatever mode was active before the block. A .Ic \&Bl macro fails to specify the list type. +.It Sy "argument is not numeric, using 1" +.Pq roff +The argument of a +.Ic \&ce +request is not a number. .It Sy "missing manual name, using \(dq\(dq" .Pq mdoc The first call to |