diff options
author | kris <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
commit | 713dd62834d401cc7b9b394a4b916ab9e5e3d4d5 (patch) | |
tree | 697ce44b4cebcd3432c5b00049fc0a58ac8d3742 /bin/chmod | |
parent | e45752d185f905fa5c6f91dd4d4622f62c6246f7 (diff) | |
download | FreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.zip FreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.tar.gz |
Various spelling/formatting changes.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Diffstat (limited to 'bin/chmod')
-rw-r--r-- | bin/chmod/chmod.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index b711a26..966aaab 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chmod.1 8.4 (Berkeley) 3/31/94 -.\" $Id: chmod.1,v 1.9 1998/05/06 06:50:06 charnier Exp $ +.\" $Id: chmod.1,v 1.10 1998/05/19 06:24:50 jkoshy Exp $ .\" .Dd March 31, 1994 .Dt CHMOD 1 @@ -97,7 +97,7 @@ command's actions are determined by the last one specified. .Pp Only the owner of a file or the super-user is permitted to change the mode of a file. -.Pp +.Sh DIAGNOSTICS The .Nm utility exits 0 on success, and >0 if an error occurs. |