diff lispref/files.texi @ 52978:1a5c50faf357

Replace @sc{foo} with @acronym{FOO}.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 02 Nov 2003 06:29:59 +0000
parents 695cf19ef79e
children 420dc7ac8867
line wrap: on
line diff
--- a/lispref/files.texi	Sat Nov 01 19:58:03 2003 +0000
+++ b/lispref/files.texi	Sun Nov 02 06:29:59 2003 +0000
@@ -993,7 +993,7 @@
 is 1, then the file is writable by all users, etc.
 
 The highest value returnable is 4095 (7777 octal), meaning that
-everyone has read, write, and execute permission, that the @sc{suid} bit
+everyone has read, write, and execute permission, that the @acronym{SUID} bit
 is set for both others and group, and that the sticky bit is set.
 
 @example
@@ -1066,10 +1066,10 @@
 (@pxref{Changing Files}).
 
 @item
-The file's @sc{uid}.
+The file's @acronym{UID}.
 
 @item
-The file's @sc{gid}.
+The file's @acronym{GID}.
 
 @item
 The time of last access, as a list of two integers.
@@ -1092,7 +1092,7 @@
 as in @samp{ls -l}.
 
 @item
-@code{t} if the file's @sc{gid} would change if file were
+@code{t} if the file's @acronym{GID} would change if file were
 deleted and recreated; @code{nil} otherwise.
 
 @item
@@ -1136,10 +1136,10 @@
 directory).
 
 @item 2235
-is owned by the user with @sc{uid} 2235.
+is owned by the user with @acronym{UID} 2235.
 
 @item 75
-is in the group with @sc{gid} 75.
+is in the group with @acronym{GID} 75.
 
 @item (8489 20284)
 was last accessed on Aug 19 00:09.
@@ -1158,7 +1158,7 @@
 has a mode of read and write access for the owner, group, and world.
 
 @item nil
-would retain the same @sc{gid} if it were recreated.
+would retain the same @acronym{GID} if it were recreated.
 
 @item 129500
 has an inode number of 129500.