diff options
Diffstat (limited to 'share/man')
-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 (;;) { |