Function: pcomplete/cksum
pcomplete/cksum is an autoloaded and byte-compiled function defined in
pcmpl-unix.el.gz.
Signature
(pcomplete/cksum)
Documentation
Completion for the cksum command.
Source Code
;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/cksum ()
"Completion for the `cksum' command."
(pcomplete-here-using-help "cksum --help"))