diff options
Diffstat (limited to 'Master/texmf/doc/man/man1/kpseaccess.1')
-rw-r--r-- | Master/texmf/doc/man/man1/kpseaccess.1 | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/Master/texmf/doc/man/man1/kpseaccess.1 b/Master/texmf/doc/man/man1/kpseaccess.1 index abfc5f70211..3259c8ba8bd 100644 --- a/Master/texmf/doc/man/man1/kpseaccess.1 +++ b/Master/texmf/doc/man/man1/kpseaccess.1 @@ -1,4 +1,4 @@ -.TH KPSEACCESS 1 "4 January 1998" "Kpathsea 5.0.0" +.TH KPSEACCESS 1 "16 May 2010" "Kpathsea 6.0.0dev" .\"===================================================================== .if n .ds MP MetaPost .if t .ds MP MetaPost @@ -20,21 +20,26 @@ kpseaccess \- determine whether a file can be accessed .SH SYNOPSIS .B kpseaccess -.I [-rwx] +.I mode .I file .\"===================================================================== .SH DESCRIPTION Exit successfully if .I file -can be accessed with the specified mode. -The mode is one or more letters of -.IR rwx , +can be accessed with the specified +.IR mode . +The +.I mode +is an optional dash +.RB (` \- ') +followed by zero or more letters of +.BR rwx , where -.I r +.B r is for readable, -.I w +.B w is for writable, and -.I x +.B x is for executable. .PP The difference between |