changeset 275:a2f0f4106c00

alias man for FreeBSD.
author Edho Arief <edho@myconan.net>
date Thu, 08 Dec 2011 15:20:57 +0700
parents 38cb6a866d3f
children 8096bb665d4a
files rc/bash
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bash	Tue Dec 06 23:56:23 2011 -0500
+++ b/rc/bash	Thu Dec 08 15:20:57 2011 +0700
@@ -70,6 +70,10 @@
       _grep="ggrep"
     fi
   ;;
+  FreeBSD)
+    # Invalid characters when using en_US.UTF-8.
+    alias man="man -o"
+  ;;
   OpenBSD)
     PATH="${PATH}:/usr/X11R6/bin"
     if command -v gls > /dev/null 2>&1; then