emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/files.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/files.texi [lexbind]
Date: Thu, 20 Nov 2003 19:36:45 -0500

Index: emacs/lispref/files.texi
diff -c emacs/lispref/files.texi:1.42.4.2 emacs/lispref/files.texi:1.42.4.3
*** emacs/lispref/files.texi:1.42.4.2   Tue Oct 14 19:10:11 2003
--- emacs/lispref/files.texi    Thu Nov 20 19:35:46 2003
***************
*** 993,999 ****
  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
  is set for both others and group, and that the sticky bit is set.
  
  @example
--- 993,999 ----
  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 @acronym{SUID} bit
  is set for both others and group, and that the sticky bit is set.
  
  @example
***************
*** 1066,1075 ****
  (@pxref{Changing Files}).
  
  @item
! The file's @sc{uid}.
  
  @item
! The file's @sc{gid}.
  
  @item
  The time of last access, as a list of two integers.
--- 1066,1075 ----
  (@pxref{Changing Files}).
  
  @item
! The file's @acronym{UID}.
  
  @item
! The file's @acronym{GID}.
  
  @item
  The time of last access, as a list of two integers.
***************
*** 1092,1098 ****
  as in @samp{ls -l}.
  
  @item
! @code{t} if the file's @sc{gid} would change if file were
  deleted and recreated; @code{nil} otherwise.
  
  @item
--- 1092,1098 ----
  as in @samp{ls -l}.
  
  @item
! @code{t} if the file's @acronym{GID} would change if file were
  deleted and recreated; @code{nil} otherwise.
  
  @item
***************
*** 1136,1145 ****
  directory).
  
  @item 2235
! is owned by the user with @sc{uid} 2235.
  
  @item 75
! is in the group with @sc{gid} 75.
  
  @item (8489 20284)
  was last accessed on Aug 19 00:09.
--- 1136,1145 ----
  directory).
  
  @item 2235
! is owned by the user with @acronym{UID} 2235.
  
  @item 75
! is in the group with @acronym{GID} 75.
  
  @item (8489 20284)
  was last accessed on Aug 19 00:09.
***************
*** 1158,1164 ****
  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.
  
  @item 129500
  has an inode number of 129500.
--- 1158,1164 ----
  has a mode of read and write access for the owner, group, and world.
  
  @item nil
! would retain the same @acronym{GID} if it were recreated.
  
  @item 129500
  has an inode number of 129500.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]