diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-08-06 12:17:56 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-08-06 12:17:56 +0000 |
| commit | 4f025312c0a38b4c4770a7fbd55bb9a45050f72f (patch) | |
| tree | b7b3a8121a5c1b3f23759063e1fc9bab67951329 /doc | |
| parent | b28bf60a59c54a99961d9ca4c3ef828246e47786 (diff) | |
| download | halibut-4f025312c0a38b4c4770a7fbd55bb9a45050f72f.zip halibut-4f025312c0a38b4c4770a7fbd55bb9a45050f72f.tar.gz halibut-4f025312c0a38b4c4770a7fbd55bb9a45050f72f.tar.bz2 halibut-4f025312c0a38b4c4770a7fbd55bb9a45050f72f.tar.xz | |
Explicitly bless in the documentation, and fix in the man backend,
the practice of using \dt and \dd in anything other than the obvious
interleaving.
[originally from svn r4417]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/input.but | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/input.but b/doc/input.but index 4166ee7..f0097c5 100644 --- a/doc/input.but +++ b/doc/input.but @@ -672,6 +672,16 @@ This produces the following output: } +If you really want to, you are allowed to use \c{\\dt} and \c{\\dd} +without strictly interleaving them (multiple consecutive \c{\\dt}s +or consecutive \c{\\dd}s, or a description list starting with +\c{\\dd} or ending with \c{\\dt}). This is probably most useful if +you are listing a sequence of things with \c{\\dt}, but only some of +them actually need \c{\\dd} descriptions. You should \e{not} use +multiple consecutive \c{\\dd}s to provide a multi-paragraph +definition of something; that's what \c{\\lcont} is for, as +explained in \k{input-list-continuation}. + \S2{input-list-continuation} \ii{Continuing list items} into further paragraphs |