diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-08-08 18:32:06 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-08-08 18:32:06 +0000 |
commit | 7950d85ec2274d4d6a7ed8406fd71444e7d2084e (patch) | |
tree | 37888ee329b2e207e436fb28dbfac1cb46e605a6 /bin | |
parent | 002436d796fe700eace27afb9dc000521d80987b (diff) | |
download | FreeBSD-src-7950d85ec2274d4d6a7ed8406fd71444e7d2084e.zip FreeBSD-src-7950d85ec2274d4d6a7ed8406fd71444e7d2084e.tar.gz |
can not -> cannot
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/sh.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index ac22fb7..2a11e4d 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -1272,7 +1272,7 @@ make it the first or last character listed. .Ss Builtin Commands This section lists the commands which are builtin because they need to perform some operation -that can not be performed by a separate process. In addition to +that cannot be performed by a separate process. In addition to these, a builtin version of the .Xr printf 1 command is provided for efficiency. |