Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/indent Spell out parenthesis. From Ryo HAYASAKA in P...
details: https://anonhg.NetBSD.org/src/rev/91650fbe70f4
branches: trunk
changeset: 760726:91650fbe70f4
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Jan 12 06:17:52 2011 +0000
description:
Spell out parenthesis. From Ryo HAYASAKA in PR 44372.
diffstat:
usr.bin/indent/indent.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r fe2ebc1ea85c -r 91650fbe70f4 usr.bin/indent/indent.1
--- a/usr.bin/indent/indent.1 Wed Jan 12 03:53:58 2011 +0000
+++ b/usr.bin/indent/indent.1 Wed Jan 12 06:17:52 2011 +0000
@@ -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 @@
.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:
Home |
Main Index |
Thread Index |
Old Index