aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/test.txt')
-rw-r--r--doc_src/test.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc_src/test.txt b/doc_src/test.txt
index 03567132..946c5330 100644
--- a/doc_src/test.txt
+++ b/doc_src/test.txt
@@ -16,9 +16,11 @@ The following operators are available to examine files and directories:
- <tt>-e FILE</tt> returns true if \c FILE exists.
- <tt>-f FILE</tt> returns true if \c FILE is a regular file.
- <tt>-g FILE</tt> returns true if \c FILE has the set-group-ID bit set.
-- <tt>-G FILE</tt> returns true if \c FILE exists and its group matches the effective group id of this process.
+- <tt>-G FILE</tt> returns true if \c FILE exists and has the same group ID
+as the current user.
- <tt>-L FILE</tt> returns true if \c FILE is a symbolic link.
-- <tt>-O FILE</tt> returns true if \c FILE exists and its owner matches the effective user id of this process.
+- <tt>-O FILE</tt> returns true if \c FILE exists and is owned by the current
+user.
- <tt>-p FILE</tt> returns true if \c FILE is a named pipe.
- <tt>-r FILE</tt> returns true if \c FILE is marked as readable.
- <tt>-s FILE</tt> returns true if the size of \c FILE is greater than zero.