Normal OpenBSD code fits in an 80 column term. From Jim Smith, ok dlg.
authorsthen <sthen@openbsd.org>
Fri, 23 Jan 2015 13:02:49 +0000 (13:02 +0000)
committersthen <sthen@openbsd.org>
Fri, 23 Jan 2015 13:02:49 +0000 (13:02 +0000)
share/man/man9/style.9

index f6cc91e..0ba3067 100644 (file)
@@ -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 +