diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-12-07 15:55:01 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-12-07 15:55:01 +0000 |
commit | 7b15744516297c9169556f253314926a43719d91 (patch) | |
tree | f973f4fdb89202fdb15d79cd4f41eb71cd4ec5b0 /include/apr_file_io.h | |
parent | f4f750134ae014d5f4e6a875620719496260a68f (diff) | |
download | libapr-7b15744516297c9169556f253314926a43719d91.tar.gz |
fix some docs in the file i/o file.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60915 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_file_io.h')
-rw-r--r-- | include/apr_file_io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_file_io.h b/include/apr_file_io.h index 18904b190..d5740cb9d 100644 --- a/include/apr_file_io.h +++ b/include/apr_file_io.h @@ -200,7 +200,7 @@ struct apr_finfo_t { apr_time_t ctime; }; -/** File lock types/flags */ +/* File lock types/flags */ #define APR_FLOCK_SHARED 1 /* Shared lock. More than one process or thread can hold a shared lock at any given time. Essentially, @@ -238,7 +238,7 @@ struct apr_finfo_t { * @param new_name The newly allocated canonicalized trusted+child name * @param trusted_name Already canonical parent path; may be NULL. * @param child_name An absolute path or path relative to trusted_name. - * @param options Bit-wise of: + * @param options Bit-wise OR of: * <PRE> * APR_CANON_ONLY_ABSOLUTE Require the trusted_name+child_name result is * an absolute product or fail with error for the |