diff options
| author | kre <kre@NetBSD.org> | 2022-09-16 17:25:09 +0000 |
|---|---|---|
| committer | kre <kre@NetBSD.org> | 2022-09-16 17:25:09 +0000 |
| commit | a548258f280e58c546cc55c2c1f6ac32dbaa3660 (patch) | |
| tree | fb2cdc099c40f1d9a2af6cf31d23d29c83a3808b /bin | |
| parent | 08c5aaa0615a6a1379b21da352018e46ed706a69 (diff) | |
Whitespace.
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sh/sh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 2ae9e08394a..3c0892007f0 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -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 a newline, 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. .\" |
