From: handa Date: Fri, 13 Jun 2008 08:00:00 +0000 (+0000) Subject: (minput_config_file): Comment fixed for man-page. X-Git-Tag: REL-1-5-2~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7a7928899a9cbfcb8a439fd698857408c337a822;p=m17n%2Fm17n-lib.git (minput_config_file): Comment fixed for man-page. --- diff --git a/src/input.c b/src/input.c index 87281d6..cd67276 100644 --- a/src/input.c +++ b/src/input.c @@ -5578,12 +5578,12 @@ minput_config_variable (MSymbol language, MSymbol name, MSymbol variable, The minput_config_file () function returns the absolute path name of per-user customization file into which minput_save_config () - save configurations. It is usually @c "config.mic" under the - directory @c ".m17n.d" of user's home directory. It is not assured - that the file of the returned name exists nor is - readable/writable. If minput_save_config () fails and returns -1, - an application program might check the file, make it - writable (if possible), and try minput_save_config () again. + save configurations. It is usually @c config.mic under the + directory ${HOME}/.m17n.d (${HOME} is user's home + directory). It is not assured that the file of the returned name + exists nor is readable/writable. If minput_save_config () fails + and returns -1, an application program might check the file, make + it writable (if possible), and try minput_save_config () again. @return