Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/623addc4222a
branches:  trunk
changeset: 370085:623addc4222a
user:      kre <kre%NetBSD.org@localhost>
date:      Fri Sep 16 17:25:09 2022 +0000

description:
Whitespace.

diffstat:

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

diffs (27 lines):

diff -r ba4d31df51be -r 623addc4222a bin/sh/sh.1
--- a/bin/sh/sh.1       Fri Sep 16 08:08:01 2022 +0000
+++ b/bin/sh/sh.1       Fri Sep 16 17:25:09 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.245 2022/09/15 18:00:36 kre Exp $
+.\"    $NetBSD: sh.1,v 1.246 2022/09/16 17:25:09 kre Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -3191,7 +3191,7 @@
 .Xr editrc 5 .
 .\"
 .Pp
-.It Ic jobid Oo Fl g Ns \&| Ns Fl j Ns \&| Ns Fl p Oc  Op Ar job
+.It Ic jobid Oo Fl g Ns \&| Ns Fl j Ns \&| Ns Fl p Oc Op Ar job
 With no flags, print the process identifiers of the processes in the job.
 If the
 .Ar job
@@ -3573,7 +3573,7 @@
 the backslash and the newline will be deleted,
 and replaced by the contents of the following line,
 which is processed as if it had been part of the original line.
-This includes reading yet more input if necessary, 
+This includes reading yet more input if necessary,
 until a line is read that is not terminated by
 an unescaped backslash immediately before the newline.
 .\"



Home | Main Index | Thread Index | Old Index