# @(#) err 2.0 3nov93 Morgan_Davis @(#)

if $argc = 1 then
    cat $/etc/help/errors
else
    grep " $argv[1] - " $/etc/help/errors
endif
