Skip to content

Commit ce9ff59

Browse files
committed
Comment Update
1 parent 3885255 commit ce9ff59

26 files changed

+80
-59
lines changed

source/.w3mplus/bin/cgi-bin/w3mplus

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ case "${W3MPLUS_DEBUGMODE}" in
168168
0)
169169
exec 1>&3 2>&4 3>&- 4>&-
170170
cat -- "${tmpDir}/stdout"
171-
endCall 0
171+
end_call 0
172172
;;
173173
*)
174174
exec 1>&3 2>&4 3>&- 4>&-
175175
error_meesage "${tmpDir}/stderr"
176-
endCall "${EX_SOFTWARE}"
176+
end_call "${EX_SOFTWARE}"
177177
;;
178178
esac
179179
' 0 # EXIT

source/.w3mplus/bin/executeusercommand

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ if [ '!' -f "${config}" ]; then
8282
詳細については '${0##*/} --help' を実行してください。
8383
EOF
8484

85-
endCall "${EX_DATAERR}"
85+
end_call "${EX_DATAERR}"
8686
elif [ '!' -r "${config}" ]; then
8787
cat <<-EOF >&2
8888
${0##*/}: '${config}' の読み込み許可がありません。
8989
詳細については '${0##*/} --help' を実行してください。
9090
EOF
9191

92-
endCall "${EX_NOINPUT}"
92+
end_call "${EX_NOINPUT}"
9393
fi
9494

9595
case "${#}" in
@@ -144,4 +144,4 @@ awk \
144144
-v "regexpFlag=${regexpFlag}" \
145145
-v "tmpFile=${tmpFile}" \
146146
-- "${awkScript}" ${@+"${@}"} \
147-
|| endCall "${?}"
147+
|| end_call "${?}"

source/.w3mplus/bin/framelinkmenu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ case "${output}" in
163163
詳細については '${0##*/} --help' を実行してください。
164164
EOF
165165

166-
endCall "${EX_DATAERR}"
166+
end_call "${EX_DATAERR}"
167167
fi
168168
;;
169169
esac

source/.w3mplus/bin/getquickmark

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ if [ '!' -f "${config}" ]; then
8282
詳細については '${0##*/} --help' を実行してください。
8383
EOF
8484

85-
endCall "${EX_DATAERR}"
85+
end_call "${EX_DATAERR}"
8686
elif [ '!' -r "${config}" ]; then
8787
cat <<-EOF >&2
8888
${0##*/}: '${config}' の読み込み許可がありません。
8989
詳細については '${0##*/} --help' を実行してください。
9090
EOF
9191

92-
endCall "${EX_NOINPUT}"
92+
end_call "${EX_NOINPUT}"
9393
fi
9494

9595
case "${#}" in
@@ -133,4 +133,4 @@ awk \
133133
-v "config=${config}" \
134134
-v "regexpFlag=${regexpFlag}" \
135135
-- "${awkScript}" ${@+"${@}"} \
136-
|| endCall "${?}"
136+
|| end_call "${?}"

source/.w3mplus/bin/getregister

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ if [ '!' -f "${config}" ]; then
8484
詳細については '${0##*/} --help' を実行してください。
8585
EOF
8686

87-
endCall "${EX_DATAERR}"
87+
end_call "${EX_DATAERR}"
8888
elif [ '!' -r "${config}" ]; then
8989
cat <<-EOF >&2
9090
${0##*/}: '${config}' の読み込み許可がありません。
9191
詳細については '${0##*/} --help' を実行してください。
9292
EOF
9393

94-
endCall "${EX_NOINPUT}"
94+
end_call "${EX_NOINPUT}"
9595
fi
9696

9797
case "${#}" in
@@ -139,4 +139,4 @@ awk \
139139
-v "regexpFlag=${regexpFlag}" \
140140
-v "rowFlag=${rowFlag}" \
141141
-- "${awkScript}" ${@+"${@}"} \
142-
|| endCall "${?}"
142+
|| end_call "${?}"

source/.w3mplus/bin/gotoparagraph

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ fi
7777

7878
case "${line}" in
7979
?*) printf '%d\n' "${line}";;
80-
*) endCall 1;;
80+
*) end_call 1;;
8181
esac

source/.w3mplus/bin/incrementuri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ awk \
179179
-v "position=${position}" \
180180
-- "${awkScript}" \
181181
${@+"${@}"} \
182-
|| endCall "${?}"
182+
|| end_call "${?}"

source/.w3mplus/bin/parenturipath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ awk \
106106
-v "number=${number}" \
107107
-- "${awkScript}" \
108108
${@+"${@}"} \
109-
|| endCall "${?}"
109+
|| end_call "${?}"

source/.w3mplus/bin/popuri

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ if [ '!' -f "${config}" ]; then
8383
詳細については '${0##*/} --help' を実行してください。
8484
EOF
8585

86-
endCall "${EX_DATAERR}"
86+
end_call "${EX_DATAERR}"
8787
elif [ '!' -r "${config}" ]; then
8888
cat <<-EOF >&2
8989
${0##*/}: '${config}' の読み込み許可がありません。
9090
詳細については '${0##*/} --help' を実行してください。
9191
EOF
9292

93-
endCall "${EX_NOINPUT}"
93+
end_call "${EX_NOINPUT}"
9494
fi
9595

9696
tmpDir=$(mktemp -d)
@@ -103,7 +103,7 @@ case "${#}" in
103103
詳細については '${0##*/} --help' を実行してください。
104104
EOF
105105

106-
endCall "${EX_USAGE}"
106+
end_call "${EX_USAGE}"
107107
;;
108108
esac
109109

source/.w3mplus/bin/psrelative

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ case "${axes}" in
8484
詳細については '${0##*/} --help' を実行してください。
8585
EOF
8686

87-
endCall "${EX_USAGE}"
87+
end_call "${EX_USAGE}"
8888
;;
8989
esac
9090

0 commit comments

Comments
 (0)