From bca78c39035ae214b9046331b35af6c8d62a13c1 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Thu, 18 Feb 2016 06:41:51 +0900 Subject: [PATCH] Update function description. --- functions/man.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/man.fish b/functions/man.fish index fc89591..1f11be4 100644 --- a/functions/man.fish +++ b/functions/man.fish @@ -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