aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/test.txt
diff options
context:
space:
mode:
authorGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2012-11-05 09:12:43 +0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-08 10:08:06 -0800
commitabfc7e16a137196c921e16a1fe3a93fa7ee05439 (patch)
tree64fe53743678167c0f08bdc832e182892ada234f /doc_src/test.txt
parentd76f880faf18bccd4e8a47b7a6d4144a165df7ba (diff)
test documentation - correct argument listing
Diffstat (limited to 'doc_src/test.txt')
-rw-r--r--doc_src/test.txt44
1 files changed, 22 insertions, 22 deletions
diff --git a/doc_src/test.txt b/doc_src/test.txt
index b070647e..bd50e46e 100644
--- a/doc_src/test.txt
+++ b/doc_src/test.txt
@@ -8,28 +8,28 @@
Tests the expression given and returns true or false.
- \c -h, \c Display this help
-- \c -hG, \c File owned by effective group ID
-- \c -hL, \c File is syslink
-- \c -hO, \c File owned by effective user ID
-- \c -hS, \c File is socket
-- \c -ha, \c Logical and
-- \c -hb, \c File is block device
-- \c -hc, \c File is character device
-- \c -hd, \c File is a directory
-- \c -he, \c File exists
-- \c -hf, \c File is regular
-- \c -hf, \c File is set-group-ID
-- \c -hk, \c File has sticky bit set
-- \c -hn, \c String length is non-zero
-- \c -ho, \c Logical or
-- \c -hp, \c File is named pipe
-- \c -hr, \c File is readable
-- \c -hs, \c File size is non-zero
-- \c -ht, \c FD is terminal
-- \c -hu, \c File set-user-ID bit is set
-- \c -hw, \c File is writable
-- \c -hx, \c File is executable
-- \c -hz, \c String length is zero
+- \c -G, \c File owned by effective group ID
+- \c -L, \c File is syslink
+- \c -O, \c File owned by effective user ID
+- \c -S, \c File is socket
+- \c -a, \c Logical and
+- \c -b, \c File is block device
+- \c -c, \c File is character device
+- \c -d, \c File is a directory
+- \c -e, \c File exists
+- \c -f, \c File is regular
+- \c -f, \c File is set-group-ID
+- \c -k, \c File has sticky bit set
+- \c -n, \c String length is non-zero
+- \c -o, \c Logical or
+- \c -p, \c File is named pipe
+- \c -r, \c File is readable
+- \c -s, \c File size is non-zero
+- \c -t, \c FD is terminal
+- \c -u, \c File set-user-ID bit is set
+- \c -w, \c File is writable
+- \c -x, \c File is executable
+- \c -z, \c String length is zero
\subsection test-example Example