aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/man.fish
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-02-01 17:15:35 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-02-01 17:15:35 -0800
commit818533f9f01887e6a546fef113727a731bc59892 (patch)
tree2ba60e3d4b28dfc710a9ae0138c3a32976837c13 /share/functions/man.fish
parentff7cbab991732fea3c6c744bf6439f797e0c307c (diff)
Add a newline to prevent a comment from being cut off
Diffstat (limited to 'share/functions/man.fish')
-rw-r--r--share/functions/man.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/functions/man.fish b/share/functions/man.fish
index 4664a804..cb11d655 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