Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/2bd59f95477d
branches:  trunk
changeset: 825616:2bd59f95477d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jul 25 08:37:48 2017 +0000

description:
Remove trailing whitespace.

diffstat:

 bin/sh/sh.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b452c78889dd -r 2bd59f95477d bin/sh/sh.1
--- a/bin/sh/sh.1       Tue Jul 25 08:30:45 2017 +0000
+++ b/bin/sh/sh.1       Tue Jul 25 08:37:48 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.162 2017/07/24 14:17:11 kre Exp $
+.\"    $NetBSD: sh.1,v 1.163 2017/07/25 08:37:48 wiz Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -831,7 +831,7 @@
 Overall, a shell program is a:
 .Bl -tag -width XpipelineX
 .It list
-Which is a sequence of one or more AND-OR lists. 
+Which is a sequence of one or more AND-OR lists.
 .It "AND-OR list"
 is a sequence of one or more pipelines.
 .It pipeline
@@ -904,7 +904,7 @@
 status of the last command in the pipeline,
 and the exit status of any other commands in the pipeline is ignored.
 .Pp
-If the reserved word ! precedes the pipeline, the exit status 
+If the reserved word ! precedes the pipeline, the exit status
 becomes the logical NOT of the pipeline status as determined above.
 That is, if the pipeline status is zero, the exit status is 1;
 if the pipeline status is other than zero, the exit status is zero.



Home | Main Index | Thread Index | Old Index