f46a4f
Update help_updateOutputFileInfo.sh.
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
#
|
3
|
-
#
|
3
|
+
# help_updateOutputFileInfo.sh -- This function exports
|
4
4
|
# documentation manual to info format.
|
5
5
|
#
|
6
6
|
# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
|
@@ -23,7 +23,7 @@
|
|
23
23
|
# $Id$
|
24
24
|
# ----------------------------------------------------------------------
|
25
25
|
|
26
|
-
function
|
26
|
+
function help_updateOutputFileInfo {
|
27
27
|
|
28
28
|
# Output action message.
|
29
29
|
cli_printMessage "${MANUAL_BASEFILE}.info.bz2" --as-updating-line
|