Module Name:    src
Committed By:   kre
Date:           Fri Sep 16 17:25:09 UTC 2022

Modified Files:
        src/bin/sh: sh.1

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.245 -r1.246 src/bin/sh/sh.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/sh/sh.1
diff -u src/bin/sh/sh.1:1.245 src/bin/sh/sh.1:1.246
--- src/bin/sh/sh.1:1.245	Thu Sep 15 18:00:36 2022
+++ src/bin/sh/sh.1	Fri Sep 16 17:25:09 2022
@@ -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 @@ to set key bindings as defined by
 .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 @@ If an unescaped backslash is followed by
 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.
 .\"

Reply via email to