diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-08-23 05:21:52 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-08-23 05:21:52 +0000 |
commit | e7eff236e0cd0f2c460baa9733124e90ee32264f (patch) | |
tree | 05c483d99277ca4c415ffe004f89f25e1dbd1222 /bin/ksh/ksh.1tbl | |
parent | 30da7c7a74e972bedf61d1eb5ccd259d9dfacef9 (diff) |
fix a typo; tim@robbins.dropbear.id.au
Diffstat (limited to 'bin/ksh/ksh.1tbl')
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 1f195acb19a..e4570cc1c05 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.43 2001/08/03 19:19:01 aaron Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.44 2001/08/23 05:21:51 pvalchev Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -4050,7 +4050,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 . |