summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/files.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-01 17:44:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-01 17:44:06 +0000
commited11cadf052ee8886af0a11e9e72f3c09443f6af (patch)
tree86527bfc8fc7fc02aa8b32c268a79cfa201808cb /doc/posix_users/files.t
parentClarified catch and disable per suggestion from Chris Johns <ccj@acm.org>. (diff)
downloadrtems-ed11cadf052ee8886af0a11e9e72f3c09443f6af.tar.bz2
Numerous minor changes required to transition to the latest version
of texinfo and TeX. This version of the tools can produce PDF with figures included.
Diffstat (limited to 'doc/posix_users/files.t')
-rw-r--r--doc/posix_users/files.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix_users/files.t b/doc/posix_users/files.t
index 9d7502f01c..7d985ff919 100644
--- a/doc/posix_users/files.t
+++ b/doc/posix_users/files.t
@@ -37,7 +37,7 @@ The directives provided by the files and directories manager are:
@item @code{rename} - Renames a file
@item @code{stat} - Gets information about a file.
@item @code{fstat} - Gets file status
-@item @code{access} - Check user's permissions for a file.
+@item @code{access} - Check permissions for a file.
@item @code{chmod} - Changes file mode
@item @code{fchmod} - Changes permissions of a file
@item @code{chown} - Changes the owner and/ or group of a file
@@ -1321,7 +1321,7 @@ to by the @code{buf} argument.
NONE
@page
-@subsection access - Check user's permissions for a file
+@subsection access - Check permissions for a file
@subheading CALLING SEQUENCE: