diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2011-04-23 10:15:00 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2011-04-23 10:15:00 +0000 |
commit | c564a7455eb4ef14cd234694373e71d0cab8ecd8 (patch) | |
tree | ebe0a8f2ff9e61939dd31ebd49f418385fbfb0eb /bin/ksh | |
parent | 014ce5d1a310508f33c8f8c2a80750864f6d371b (diff) |
improve line breaking in SYNOPSIS now that semantics of the .Bk macro
has changed to conform with modern groff releases.
diff for route6d(8) written mostly by schwarze@, with lots of useful
advice from jmc@.
ok jmc@, schwarze@
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/ksh.1 | 11 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 11 |
2 files changed, 6 insertions, 16 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 6f9876b325b..a66270028da 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.139 2011/03/09 09:30:39 okan Exp $ +.\" $OpenBSD: ksh.1,v 1.140 2011/04/23 10:14:59 sobrado Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: March 9 2011 $ +.Dd $Mdocdate: April 23 2011 $ .Dt KSH 1 .Os .Sh NAME @@ -13,12 +13,7 @@ .Bk -words .Op Fl +abCefhiklmnpruvXx .Op Fl +o Ar option -.Oo -.Fl c Ar string \*(Ba -.Fl s \*(Ba -.Ar file -.Op Ar argument ... -.Oc +.Op Fl c Ar string \*(Ba Fl s \*(Ba Ar file Op Ar argument ... .Ek .Sh DESCRIPTION .Nm diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 880863b30fb..1685761ab37 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: sh.1,v 1.89 2010/09/20 07:41:17 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.90 2011/04/23 10:14:59 sobrado Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: September 20 2010 $ +.Dd $Mdocdate: April 23 2011 $ .Dt SH 1 .Os .Sh NAME @@ -13,12 +13,7 @@ .Bk -words .Op Fl +abCefhiklmnpruvXx .Op Fl +o Ar option -.Oo -.Fl c Ar string \*(Ba -.Fl s \*(Ba -.Ar file -.Op Ar argument ... -.Oc +.Op Fl c Ar string \*(Ba Fl s \*(Ba Ar file Op Ar argument ... .Ek .Sh DESCRIPTION .Nm |