diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-03-20 20:13:28 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-03-20 20:13:28 +0000 |
commit | cdf9a189f1030fc78de40e40a16018f1e6ec6506 (patch) | |
tree | 6d57d7388b7d3ffb536d7b80aacc94718829beea /app/ssh-askpass | |
parent | 95da70021b2d2c7f4247b805309a56982a987fc5 (diff) |
Fix formatting errors breaking the xenocara mandoc(1) build:
* .Bl may only have .It children
* .SH requires an argument
* blank lines are illegal outside literal context
Now "cd /usr/xenocara && make man" succeeds,
but unfortunately, that covers a minority of X11 manuals only.
ok matthieu@
Diffstat (limited to 'app/ssh-askpass')
-rw-r--r-- | app/ssh-askpass/x11-ssh-askpass.man.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/ssh-askpass/x11-ssh-askpass.man.in b/app/ssh-askpass/x11-ssh-askpass.man.in index c7161490d..4f47f9b3d 100644 --- a/app/ssh-askpass/x11-ssh-askpass.man.in +++ b/app/ssh-askpass/x11-ssh-askpass.man.in @@ -78,8 +78,8 @@ button discards the pass-phrase, and the dialog exits with non-zero status. .Pp The following keystrokes work as expected: -.Bl -tag -width "[Backspace]" -offset indent -compact .Pp +.Bl -tag -width "[Backspace]" -offset indent -compact .It Bq Backspace .It Bq Delete Erase previous character |