diff options
author | 2015-03-15 23:09:10 +0000 | |
---|---|---|
committer | 2015-03-15 23:09:10 +0000 | |
commit | a167ec71a7ca5b23e16e8be968647a7d7a817fe0 (patch) | |
tree | c7f20e741458d03e5a567b88f11e0731ca5afad5 | |
parent | from zhuk: clarify "set --"; (diff) | |
download | wireguard-openbsd-a167ec71a7ca5b23e16e8be968647a7d7a817fe0.tar.xz wireguard-openbsd-a167ec71a7ca5b23e16e8be968647a7d7a817fe0.zip |
from zhuk: two grammar fixes;
-rw-r--r-- | bin/ksh/sh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 97f8dfc742a..5a05bf479a2 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.106 2015/03/15 23:03:26 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.107 2015/03/15 23:09:10 jmc Exp $ .\" .\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org> .\" @@ -729,7 +729,7 @@ is updated to the new number of positional parameters. If .Ar n is 0, -not change occurs. +no change occurs. .It Ic times Display accumulated process times for the shell (user and system) and all child processes (user and system). @@ -1530,7 +1530,7 @@ The basic format is: .Pp Provided .Ar delimiter -doesn't contains any quoted characters, +doesn't contain any quoted characters, parameter, command, and arithmetic expansions are performed on .Ar block , and backslashes escape the special meaning of |