Spell out parenthesis. From Ryo HAYASAKA in PR 44372.

This commit is contained in:
wiz 2011-01-12 06:17:52 +00:00
parent dd39eb51a9
commit 2f3e33b8d2
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: indent.1,v 1.19 2009/03/24 00:17:25 joerg Exp $
.\" $NetBSD: indent.1,v 1.20 2011/01/12 06:17:52 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -356,9 +356,9 @@ Default:
.Fl l78 .
.It Fl \&lp , nlp
Lines up code surrounded by parenthesis in continuation lines.
If a line has a left paren which is not closed on that line, then
If a line has a left parenthesis which is not closed on that line, then
continuation lines will be lined up to start at the character
position just after the left paren.
position just after the left parenthesis.
For example, here is how a piece of continued code looks with
.Fl nlp
in effect: