diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2013-06-22 10:05:44 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2013-06-22 10:05:44 +0000 |
commit | e8f3a9957341ce61806ce723cc23210b1d74961c (patch) | |
tree | ef990f5e31ceee41269940d21ad3d45a7a8aca92 /TODO | |
parent | 428d3db3af081432a0e9de29e3ebbb262a6ef791 (diff) | |
download | mandoc-e8f3a9957341ce61806ce723cc23210b1d74961c.tar.gz |
sort missing roff requests, and add some usage info
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -29,6 +29,14 @@ None known right now. .ad -- re-enable adjustment without changing the mode Adjustment mode is ignored while in no-fill mode (.nf). +- .ce (center N lines) + found by naddy@ in xloadimage(1) + found by Juan Francisco Cantero Hurtado <iam at juanfra dot info> + in lang/racket(1) Thu, 20 Jun 2013 03:19:11 +0200 + +- .fc (field control) + found by naddy@ in xloadimage(1) + - .it (line traps) occur in mysql(1), yasm_arch(7) generated by DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/> reported by brad@ Sat, 15 Jan 2011 15:48:18 -0500 @@ -36,13 +44,13 @@ None known right now. - .ns (no-space mode) occurs in xine-config(1) reported by brad@ Sat, 15 Jan 2011 15:45:23 -0500 -- xloadimage(1) wants .ti (temporary indent), rep by naddy@ - reported again by bentley@ in nmh(1) Mon, 23 Apr 2012 13:38:28 -0600 - also uses .ce (center N lines) and .fc (field control) - - .ta (tab settings) occurs in ircbug(1) and probably gnats(1) reported by brad@ Sat, 15 Jan 2011 15:50:51 -0500 +- .ti (temporary indent) + found by naddy@ in xloadimage(1) + found by bentley@ in nmh(1) Mon, 23 Apr 2012 13:38:28 -0600 + - \c (interrupted text) should prevent the line break even inside .Bd literal; that occurs in chat(8) |