diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-09-07 13:44:16 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-09-07 13:44:16 +0000 |
commit | e8c2ccf59f53c857ad95d07d0c275cf17588957c (patch) | |
tree | aafe83332304f0e3251c55b997b9e3a9f97abb66 | |
parent | 526dd801a288fc54952396c1cf7291e923cd90ff (diff) |
+, millert@ ok
-rw-r--r-- | share/man/man9/style.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 0dedea80e6d..06e887f2a78 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.4 1999/09/06 13:36:42 espie Exp $ +.\" $OpenBSD: style.9,v 1.5 1999/09/07 13:44:15 d Exp $ .\" .Dd August 19, 1999 .Dt STYLE 9 @@ -270,7 +270,7 @@ Forever loops are done with for's, not while's. stmt; for (;;) { z = a + really + long + statement + that + needs + - two lines + gets + indented + four + spaces + + two + lines + gets + indented + four + spaces + on + the + second + and + subsequent + lines; } for (;;) { |