diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-15 19:18:14 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-15 19:18:14 +0000 |
commit | 9406aa93f816c16fb9d1c748ed646c1e940279bb (patch) | |
tree | 9df5a4e04f2fc505d7501853736565e398c4466c /bin/chmod/chmod.1 | |
parent | 6ef1514c97ecb6457ba50db7c54dfa373890f335 (diff) |
Fix confusing formatting of an example.
Diffstat (limited to 'bin/chmod/chmod.1')
-rw-r--r-- | bin/chmod/chmod.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 03bf5141598..5310f98d4fc 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chmod.1,v 1.21 2000/11/10 12:54:47 aaron Exp $ +.\" $OpenBSD: chmod.1,v 1.22 2001/02/15 19:18:13 aaron Exp $ .\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -346,8 +346,8 @@ retain any execute permissions that are currently set. Make a directory or file searchable/executable by everyone if it is already searchable/executable by anyone. .Pp -.Cm chmod 755 file -.Cm chmod u=rwx,go=rx file +.Cm chmod 755 file , +.Cm chmod u=rwx,go=rx file , .Cm chmod u=rwx,go=u-w file .Pp Any of these commands will make a file readable/executable by everyone and |