diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-03-22 16:53:43 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2012-03-22 16:53:43 +0000 |
commit | cb9e45382f2c36ac9e746eab3f03b37515935530 (patch) | |
tree | af1d6a83050ced2ddbc7d1cb7e2ad1e30018cbf1 /sal | |
parent | 8077dbeeb2965f1a9e7477906287240f9fcd4c35 (diff) |
Clarify rtl_bootstrap_get documentation.
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/rtl/bootstrap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/inc/rtl/bootstrap.h b/sal/inc/rtl/bootstrap.h index 46e7323c9e77..90705699be94 100644 --- a/sal/inc/rtl/bootstrap.h +++ b/sal/inc/rtl/bootstrap.h @@ -118,8 +118,8 @@ extern "C" { <p> Must be called before rtl_bootstrap_get(). May not be called twice. - If it is never called, a the filename executable.ini (win) - or execuablerc (unx) is assumed. + If it is never called, the filename is based on the name of the executable, + with the suffix ".ini" on Windows or "rc" on Unix. @param pFileUri URL of the ini file; must not be null, must not be the empty string |