diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-01-23 13:02:50 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-01-23 13:02:50 +0000 |
commit | 978b506d416f12d7c4a6fb11564130d4cf13dd63 (patch) | |
tree | cf905b76c153f3f8ddfc83e192718f27da399f49 /share | |
parent | 4b511d691ffd974e5fbf3c7e6f5660aa1ae47879 (diff) |
Normal OpenBSD code fits in an 80 column term. From Jim Smith, ok dlg.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/style.9 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index f6cc91ee98c..0ba3067bb05 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,9 +22,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.58 2014/06/01 15:44:09 deraadt Exp $ +.\" $OpenBSD: style.9,v 1.59 2015/01/23 13:02:49 sthen Exp $ .\" -.Dd $Mdocdate: June 1 2014 $ +.Dd $Mdocdate: January 23 2015 $ .Dt STYLE 9 .Os .Sh NAME @@ -325,6 +325,7 @@ for (; cnt < 15; cnt++) { .Pp Indentation is an 8 character tab. Second level indents are four spaces. +All code should fit in 80 columns. .Bd -literal -offset indent while (cnt < 20) z = a + really + long + statement + that + needs + |