~showard314/ubuntu/karmic/r-base/remove_start_comments

« back to all changes in this revision

Viewing changes to src/library/base/man/file.info.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2008-12-20 09:26:38 UTC
  • mfrom: (1.1.28 upstream) (5.1.3 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20081220092638-cmfdb1e4v5lp31en
Tags: 2.8.1~20081219-1
* Updated to Dec 19 release candidate of R 2.8.1 expected for Dec 22

* r-doc-pdf expected to be empty due to the tex/texinfo bug below

* debian/control: Change Build-Depends: on openjdk-6-jdk to 
  'openjdk-6-jdk [!arm !hppa]' as arm and hppa do not have one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  \item{mode}{integer of class \code{"octmode"}.  The file permissions,
48
48
    printed in octal, for example \code{644}.}
49
49
  \item{mtime, ctime, atime}{integer of class \code{"POSIXct"}:
50
 
    file modification, creation and last access times.}
 
50
    file modification, \sQuote{last status change} and last access times.}
51
51
#ifdef unix
52
52
  \item{uid}{integer: the user ID of the file's owner.}
53
53
  \item{gid}{integer: the group ID of the file's group.}
68
68
  The \code{uid}, \code{gid}, \code{uname} and \code{grname} columns
69
69
  may not be supplied on a non-POSIX Unix system.
70
70
#endif
 
71
 
 
72
  What is meant by the three file times depends on the OS and file
 
73
  system.  On Windows \code{ctime} is the creation time.
71
74
}
72
75
#ifdef unix
73
76
\note{