summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.1
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2001-08-23 05:21:52 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2001-08-23 05:21:52 +0000
commite7eff236e0cd0f2c460baa9733124e90ee32264f (patch)
tree05c483d99277ca4c415ffe004f89f25e1dbd1222 /bin/ksh/sh.1
parent30da7c7a74e972bedf61d1eb5ccd259d9dfacef9 (diff)
fix a typo; tim@robbins.dropbear.id.au
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r--bin/ksh/sh.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index d5b597ac835..2851a058a02 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.25 2001/08/03 19:19:01 aaron Exp $
+.\" $OpenBSD: sh.1,v 1.26 2001/08/23 05:21:51 pvalchev Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -3435,7 +3435,7 @@ When used, they describe what permissions may be made available (as opposed to
octal masks in which a set bit means the corresponding bit is to be cleared).
For example,
.Dq ug=rwx,o=
-sets the mask so files with not be readable, writable or executable by
+sets the mask so files will not be readable, writable or executable by
.Dq others ,
and is equivalent (on most systems) to the octal mask
.Dq 007 .