diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-17 07:58:30 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-17 07:58:30 +0000 |
commit | a018954444adab7c33016ce804ea49ec54b8b4b2 (patch) | |
tree | d23fdaeaadf89bfc57f9abb98e823b557c6906d3 /Build/source/texk/kpathsea/man | |
parent | 4eb343fe6ec0cfe6e868ea717e604b65e795dcb9 (diff) |
manpage formatting, also adapt to facts
git-svn-id: svn://tug.org/texlive/trunk@18297 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/man')
-rw-r--r-- | Build/source/texk/kpathsea/man/Makefile.in | 1 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/man/kpseaccess.man | 13 |
2 files changed, 10 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/man/Makefile.in b/Build/source/texk/kpathsea/man/Makefile.in index 11dd1f8c399..ecc1d6e98b7 100644 --- a/Build/source/texk/kpathsea/man/Makefile.in +++ b/Build/source/texk/kpathsea/man/Makefile.in @@ -122,6 +122,7 @@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ +LT_OBJDIR = @LT_OBJDIR@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ diff --git a/Build/source/texk/kpathsea/man/kpseaccess.man b/Build/source/texk/kpathsea/man/kpseaccess.man index 91af3e85c1b..836cc6077b8 100644 --- a/Build/source/texk/kpathsea/man/kpseaccess.man +++ b/Build/source/texk/kpathsea/man/kpseaccess.man @@ -1,4 +1,4 @@ -.TH KPSEACCESS 1 "7 April 2010" "Kpathsea @VERSION@" +.TH KPSEACCESS 1 "16 May 2010" "Kpathsea @VERSION@" .\"===================================================================== .if n .ds MP MetaPost .if t .ds MP MetaPost @@ -20,14 +20,19 @@ kpseaccess \- determine whether a file can be accessed .SH SYNOPSIS .B kpseaccess -.RB [ \-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 +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 .B r |