diff options
-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 + |