From 7a7928899a9cbfcb8a439fd698857408c337a822 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 13 Jun 2008 08:00:00 +0000 Subject: [PATCH] (minput_config_file): Comment fixed for man-page. --- src/input.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 1.7.10.4