From 6aab791a58f94cdbfa150176c2df13eadc9d5da6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 2 Jan 2006 07:42:35 +0000 Subject: Fix typo in previous change. --- doc/perm.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/perm.texi b/doc/perm.texi index eb24975f3..b3d00619c 100644 --- a/doc/perm.texi +++ b/doc/perm.texi @@ -286,15 +286,15 @@ In addition to changing a file's read, write, and execute permissions, you can change its special mode bits. @xref{Mode Structure}, for a summary of these special mode bits. -To change a file's mode bit to set the user ID on execution, use +To change the file mode bits to set the user ID on execution, use @samp{u} in the @var{users} part of the symbolic mode and @samp{s} instead of the @var{permissions} part. -To change a file's mode bit to set the group ID on execution, use +To change the file mode bits to set the group ID on execution, use @samp{g} in the @var{users} part of the symbolic mode and @samp{s} instead of the @var{permissions} part. -To change a file's mode bit to set the restricted deletion flag or sticky bit, +To change the file mode bits to set the restricted deletion flag or sticky bit, omit the @var{users} part of the symbolic mode (or use @samp{a}) and use @samp{t} instead of the @var{permissions} part. @@ -469,8 +469,8 @@ This number is always interpreted in octal; you do not have to add a leading 0, as you do in C. Mode 0055 is the same as mode 55. A numeric mode is usually shorter than the corresponding symbolic -mode, but it is limited in that it cannot take into account a file's -previous mode bits; it can only set them absolutely. +mode, but it is limited in that it cannot take into account the +previous file mode bits; it can only set them absolutely. The permissions granted to the user, to other users in the file's group, -- cgit v1.2.3-54-g00ecf