1 ************************************************************************
2 * Official mandoc TODO.
3 * $Id: TODO,v 1.158 2013/10/06 13:32:46 schwarze Exp $
4 ************************************************************************
6 ************************************************************************
8 ************************************************************************
12 ************************************************************************
14 ************************************************************************
16 --- missing roff features ----------------------------------------------
18 - roff.c should treat \n(.H>23 and \n(.V>19 in the pod2man(1)
19 preamble as true, see for example AUTHORS in MooseX::Getopt.3p
20 reported by Andreas Voegele <mail at andreasvoegele dot com>
21 Tue, 22 Nov 2011 15:34:47 +0100 on ports@
23 - .ad (adjust margins)
24 .ad l -- adjust left margin only (flush left)
25 .ad r -- adjust right margin only (flush right)
26 .ad c -- center text on line
27 .ad b -- adjust both margins (alias: .ad n)
28 .na -- temporarily disable adjustment without changing the mode
29 .ad -- re-enable adjustment without changing the mode
30 Adjustment mode is ignored while in no-fill mode (.nf).
32 - .as (append to string)
33 found by jca@ in ratpoison(1) Sun, 30 Jun 2013 12:01:09 +0200
35 - .ce (center N lines)
36 found by naddy@ in xloadimage(1)
37 found by Juan Francisco Cantero Hurtado <iam at juanfra dot info>
38 in lang/racket(1) Thu, 20 Jun 2013 03:19:11 +0200
41 found by naddy@ in xloadimage(1)
43 - .ns (no-space mode) occurs in xine-config(1)
44 reported by brad@ Sat, 15 Jan 2011 15:45:23 -0500
46 - .ta (tab settings) occurs in ircbug(1) and probably gnats(1)
47 reported by brad@ Sat, 15 Jan 2011 15:50:51 -0500
49 - .ti (temporary indent)
50 found by naddy@ in xloadimage(1)
51 found by bentley@ in nmh(1) Mon, 23 Apr 2012 13:38:28 -0600
54 found by jca@ in ratpoison(1) Sun, 30 Jun 2013 12:01:09 +0200
56 - \c (interrupted text) should prevent the line break
57 even inside .Bd literal; that occurs in chat(8)
58 also found in cclive(1) - DocBook output
61 found in cclive(1) DocBook output
62 Anthony J. Bentley on discuss@ Sat, 21 Sep 2013 22:29:34 -0600
64 - using undefined strings or macros defines them to be empty
65 wl@ Mon, 14 Nov 2011 14:37:01 +0000
67 --- missing mdoc features ----------------------------------------------
69 - fix bad block nesting involving multiple identical explicit blocks
70 see the OpenBSD mdoc_macro.c 1.47 commit message
72 - .Bl -column .Xo support is missing
74 restore .Xr and .Dv to
75 lib/libc/compat-43/sigvec.3
77 lib/libc/sys/sigaction.2
79 - edge case: decide how to deal with blk_full bad nesting, e.g.
80 .Sh .Nm .Bk .Nm .Ek .Sh found by jmc@ in ssh-keygen(1)
81 from jmc@ Wed, 14 Jul 2010 18:10:32 +0100
83 - \\ is now implemented correctly
84 * when defining strings and macros using .ds and .de
85 * when parsing roff(7) and man(7) macro arguments
86 It does not yet work in mdoc(7) macro arguments
87 because libmdoc does not yet use mandoc_getarg().
88 Also check what happens in plain text, it must be identical to \e.
90 - .Bd -filled should not be the same as .Bd -ragged, but align both
91 the left and right margin. In groff, it is implemented in terms
92 of .ad b, which we don't have either. Found in cksum(1).
94 - implement blank `Bl -column', such as
99 - explicitly disallow nested `Bl -column', which would clobber internal
100 flags defined for struct mdoc_macro
102 - In .Bl -column .It, the end of the line probably has to be regarded
103 as an implicit .Ta, if there could be one, see the following mildly
104 ugly code from login.conf(5):
105 .Bl -column minpasswordlen program xetcxmotd
106 .It path Ta path Ta value of Dv _PATH_DEFPATH
109 reported by Michal Mazurek <akfaew at jasminek dot net>
110 via jmc@ Thu, 7 Apr 2011 16:00:53 +0059
112 - inside `.Bl -column' phrases, punctuation is handled like normal
113 text, e.g. `.Bl -column .It Fl x . Ta ...' should give "-x -."
115 - inside `.Bl -column' phrases, TERMP_IGNDELIM handling by `Pf'
116 is not safe, e.g. `.Bl -column .It Pf a b .' gives "ab."
117 but should give "ab ."
119 - set a meaningful default if no `Bl' list type is assigned
121 - have a blank `It' head for `Bl -tag' not puke
123 - prohibit `Nm' from having non-text HEAD children
124 (e.g., NetBSD mDNSShared/dns-sd.1)
125 (mdoc_html.c and mdoc_term.c `Nm' handlers can be slightly simplified)
127 - When there is free text in the SYNOPSIS and that free text contains
128 the .Nm macro, groff somehow understands to treat the .Nm as an in-line
129 macro, while mandoc treats it as a block macro and breaks the line.
130 No idea how the logic for distinguishing in-line and block instances
131 should be, needs investigation.
132 uqs@ Thu, 2 Jun 2011 11:03:51 +0200
133 uqs@ Thu, 2 Jun 2011 11:33:35 +0200
135 --- missing man features -----------------------------------------------
137 - groff an-ext.tmac macros (.UR, .UE) occur in xine(5)
138 reported by brad@ Sat, 15 Jan 2011 15:45:23 -0500
139 also occur in freeciv-client(6) freeciv-server(6) freeciv-modpack(6)
140 reported by bentley@ Tue, 30 Oct 2012 01:05:57 -0600
142 - -T[x]html doesn't stipulate non-collapsing spaces in literal mode
144 --- missing tbl features -----------------------------------------------
146 - implement basic non-parametric .de to support e.g. sox(1)
147 reported by naddy@ Sat, 16 Oct 2010 23:51:57 +0200
148 *** sox(1) still doesn't work, tbl(1) errors need investigation
150 - allow standalone `.' to be interpreted as an end-of-layout
151 delimiter instead of being thrown away as a no-op roff line
152 reported by Yuri Pankov, Wed 18 May 2011 11:34:59 CEST
154 --- missing misc features ----------------------------------------------
156 - The whatis(1) utility looks for whole words in Nm.
157 If the file name of a page does not agree with the contents of any
158 of its Nm macros (e.g. pool(9)), add the file name as an Nm entry
159 to the mandoc.db as well, such that whatis(1) finds it.
160 If there is a page with a file name that does not appear as a substring
161 neither in Nm nor in Nd, the same fix would allow finding that page
162 with apropos(1) using the file name as a key, as well.
163 Issue reported by tedu@ Fri, 05 Jul 2013 21:15:23 -0400
165 - clean up escape sequence handling, creating three classes:
166 (1) fully implemented, or parsed and ignored without loss of content
167 (2) unimplemented, potentially causing loss of content
168 or serious mangling of formatting (e.g. \n) -> ERROR
169 see textproc/mgdiff(1) for nice examples
170 (3) undefined, just output the character -> perhaps WARNING
172 - look at pages generated from reStructeredText, e.g. devel/mercurial hg(1)
173 These are a weird mixture of man(7) and custom autogenerated low-level
174 roff stuff. Figure out to what extent we can cope.
175 For details, see http://docutils.sourceforge.net/rst.html
176 noted by stsp@ Sat, 24 Apr 2010 09:17:55 +0200
177 reminded by nicm@ Mon, 3 May 2010 09:52:41 +0100
179 - check compatibility with Plan9:
180 http://swtch.com/usr/local/plan9/tmac/tmac.an
181 http://swtch.com/plan9port/man/man7/man.html
182 "Anthony J. Bentley" <anthonyjbentley@gmail.com> 28 Dec 2010 21:58:40 -0700
184 ************************************************************************
185 * formatting issues: ugly output
186 ************************************************************************
188 - a column list with blank `Ta' cells triggers a spurrious
189 start-with-whitespace printing of a newline
191 - double quotes inside double quotes are escaped by doubling them
192 implement this in mdoc(7), too
193 so far, we only have it in roff(7) and man(7)
194 reminded by millert@ Thu, 09 Dec 2010 17:29:52 -0500
197 .It Em Authentication<tab>Key Length
198 ought to render "Key Length" with emphasis, too,
199 see OpenBSD iked.conf(5).
200 reported again Nicolas Joly via wiz@ Wed, 12 Oct 2011 00:20:00 +0200
202 - empty phrases in .Bl column produce too few blanks
203 try e.g. .Bl -column It Ta Ta
204 reported by millert Fri, 02 Apr 2010 16:13:46 -0400
206 - .%T can have trailing punctuation. Currently, it puts the trailing
207 punctuation into a trailing MDOC_TEXT element inside its own scope.
208 That element should rather be outside its scope, such that the
209 punctuation does not get underlines. This is not trivial to
210 implement because .%T then needs some features of in_line_eoln() -
211 slurp all arguments into one single text element - and one feature
212 of in_line() - put trailing punctuation out of scope.
213 Found in mount_nfs(8) and exports(5), search for "Appendix".
215 - Trailing punctuation after .%T triggers EOS spacing, at least
216 outside .Rs (eek!). Simply setting ARGSFL_DELIM for .%T is not
217 the right solution, it sends mandoc into an endless loop.
218 reported by Nicolas Joly Sat, 17 Nov 2012 11:49:54 +0100
220 - in enclosures, mandoc sometimes fancies a bogus end of sentence
221 reminded by jmc@ Thu, 23 Sep 2010 18:13:39 +0059
223 - formatting /usr/local/man/man1/latex2man.1 with groff and mandoc
224 reveals lots of bugs both in groff and mandoc...
225 reported by bentley@ Wed, 22 May 2013 23:49:30 -0600
227 ************************************************************************
228 * formatting issues: gratuitous differences
229 ************************************************************************
231 - .Rv (and probably .Ex) print different text if an `Nm' has been named
232 or not (run a manual without `Nm blah' to see this). I'm not sure
233 that this exists in the wild, but it's still an error.
235 - In .Bl -bullet, the groff bullet is "+\b+\bo\bo", the mandoc bullet
237 see for example OpenBSD ksh(1)
239 - .Pp between two .It in .Bl -column should produce one,
240 not two blank lines, see e.g. login.conf(5).
241 reported by jmc@ Sun, 17 Apr 2011 14:04:58 +0059
242 reported again by sthen@ Wed, 18 Jan 2012 02:09:39 +0000 (UTC)
244 - If the *first* line after .It is .Pp, break the line right after
245 the tag, do not pad with space characters before breaking.
246 See the description of the a, c, and i commands in sed(1).
248 - If the first line after .It is .D1, do not assert a blank line
249 in between, see for example tmux(1).
250 reported by nicm@ 13 Jan 2011 00:18:57 +0000
252 - Trailing punctuation after .It should trigger EOS spacing.
253 reported by Nicolas Joly Sat, 17 Nov 2012 11:49:54 +0100
254 Probably, this should be fixed somewhere in termp_it_pre(), not sure.
257 should be "NetBSD 1.0A", not "NetBSD 1.0a",
258 see OpenBSD ccdconfig(8).
260 - In .Bl -tag, if a tag exceeds the right margin and must be continued
261 on the next line, it must be indented by -width, not width+1;
262 see "rule block|pass" in OpenBSD ifconfig(8).
264 - When the -width string contains macros, the macros must be rendered
265 before measuring the width, for example
266 .Bl -tag -width ".Dv message"
267 in magic(5), located in src/usr.bin/file, is the same
268 as -width 7n, not -width 11n.
269 The same applies to .Bl -column column widths;
270 reported again by Nicolas Joly Thu, 1 Mar 2012 13:41:26 +0100 via wiz@ 5 Mar
271 reported again by Franco Fichtner Fri, 27 Sep 2013 21:02:28 +0200
272 An easy partial fix would be to just skip the first word if it starts
273 with a dot, including any following white space, when measuring.
275 - The \& zero-width character counts as output.
276 That is, when it is alone on a line between two .Pp,
277 we want three blank lines, not two as in mandoc.
279 - When .Fn arguments exceed one output line, all but the first
280 should be indented, see e.g. rpc(3);
281 reported by jmc@ on discuss@ Fri, 29 Oct 2010 13:48:33 +0100
282 reported again by Nicolas Joly via wiz@ Sun, 18 Sep 2011 18:24:40 +0200
283 Also, we don't want to break the line within the argument of:
286 - Header lines of excessive length:
287 Port OpenBSD man_term.c rev. 1.25 to mdoc_term.c
288 and document it in mdoc(7) and man(7) COMPATIBILITY
289 found while talking to Chris Bennett
291 - trailing whitespace must be ignored even when followed by a font escape,
295 operate in batch mode
298 ************************************************************************
300 ************************************************************************
302 Several areas can be cleaned up to make mandoc even faster. These are
304 - improve hashing mechanism for macros (quite important: performance)
306 - improve hashing mechanism for characters (not as important)
308 - the PDF file is HUGE: this can be reduced by using relative offsets
310 - instead of re-initialising the roff predefined-strings set before each
311 parse, create a read-only version the first time and copy it
313 ************************************************************************
315 ************************************************************************
317 - We use the input line number at several places to distinguish
318 same-line from different-line input. That plainly doesn't work
319 with user-defined macros, leading to random breakage.
321 - Find better ways to prevent endless loops
322 in roff(7) macro and string expansion.
324 - Finish cleanup of date handling.
325 Decide which formats should be recognized where.
326 Update both mdoc(7) and man(7) documentation.
327 Triggered by Tim van der Molen Tue, 22 Feb 2011 20:30:45 +0100