diff options
author | Jérémie Courrèges-Anglas <jca+dash@wxcvbn.org> | 2013-08-23 20:42:34 +1000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2013-08-23 20:42:34 +1000 |
commit | a590bd70054584da9caad2246a4d5824736e2469 (patch) | |
tree | b0fa7808b94cf19073e9a9c2050cf73de79e658f | |
parent | [BUILTIN] Use PRIdMAX instead of %j in printf (diff) | |
download | dash-a590bd70054584da9caad2246a4d5824736e2469.tar.gz dash-a590bd70054584da9caad2246a4d5824736e2469.zip |
[MAN] Markup fixes in manual for mandoc 1.12.1
with Aleksey we briefly discussed the mdoc compatibility of the manpage, here's a patch that makes mandoc 1.12.1 happier and behaves correctly against groff 1.21. I want to include it in the staging dash-0.5.7 OpenBSD port. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/dash.1 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 46626b1..a813002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Propagate EXP_QPAT in subevalvar. +2013-01-10 Jérémie Courrèges-Anglas <jca+dash@wxcvbn.org> + + * Markup fixes in manual for mandoc 1.12.1. + 2012-12-03 Harald van Dijk <harald@gigawatt.nl> * Use PRIdMAX instead of %j in printf. diff --git a/src/dash.1 b/src/dash.1 index e574194..6241a61 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -1715,7 +1715,7 @@ The .Ar argument is printed in the style .Sm off -.Pf [\-]d Cm \&. No ddd Cm e No \\*(Pmdd +.Pf [\-]d Cm \&. No ddd Cm e No \*(Pmdd .Sm on where there is one digit before the decimal point and the number after is equal to @@ -2134,9 +2134,9 @@ is specified, the soft limit is displayed or both limits are set. If both are specified, the last one wins. .El .Pp -.Bl -tag -width Fl The limit to be interrogated or set, then, is chosen by specifying any one of these flags: +.Bl -tag -width Fl .It Fl a show all the current limits .It Fl t |