View | Details | Raw Unified | Return to bug 163219
Collapse All | Expand All

(-)usr.bin/man/man.sh (+5 lines)
Lines 256-261 Link Here
256
256
257
	unset IFS
257
	unset IFS
258
258
259
	# We can be called with empty `manpage' if only cat page exists
260
	if ! [ $manpage ]; then
261
		return 0
262
	fi
263
259
	# We need to loop to accommodate multiple .so directives.
264
	# We need to loop to accommodate multiple .so directives.
260
	while true
265
	while true
261
	do
266
	do

Return to bug 163219