Update function description.

This commit is contained in:
Jorge Bucaran 2016-02-18 06:41:51 +09:00
parent 10ffcf41cc
commit bca78c3903
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -1,4 +1,4 @@
function man -d "Format and display manual pages"
function man -d "Format and display the on-line manual pages"
set -lx MANPATH {$__fish_datadir,$fisher_config,$fisher_home}/man $MANPATH ""
command man $argv
end