diff options
author | 2001-02-15 19:18:13 +0000 | |
---|---|---|
committer | 2001-02-15 19:18:13 +0000 | |
commit | b80bb0c113adc5d84986746e28f85d3afd6043a5 (patch) | |
tree | e6363db62ec853f37569a7844284c48b5aabc132 | |
parent | obey mdoc(4). (diff) | |
download | wireguard-openbsd-b80bb0c113adc5d84986746e28f85d3afd6043a5.tar.xz wireguard-openbsd-b80bb0c113adc5d84986746e28f85d3afd6043a5.zip |
Fix confusing formatting of an example.
-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 |