From 818533f9f01887e6a546fef113727a731bc59892 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Fri, 1 Feb 2013 17:15:35 -0800 Subject: [PATCH] Add a newline to prevent a comment from being cut off --- share/functions/man.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/functions/man.fish b/share/functions/man.fish index 4664a8043..cb11d6559 100644 --- a/share/functions/man.fish +++ b/share/functions/man.fish @@ -1,4 +1,5 @@ function man --description "Format and display the on-line manual pages" + # Work around OS X's "builtin" manpage that everything symlinks to, # by prepending our fish datadir to man. This also ensures that man gives fish's # man pages priority, without having to put fish's bin directories first in $PATH