blob: facf7435669c51f4e5c1c41c90e3654f7e9cc810 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-completions_man,v 1.1 2013/05/10 12:01:51 imil Exp $
Added NetBSD for man completion
--- completions/man.orig 2013-04-05 10:55:51.000000000 +0000
+++ completions/man
@@ -1,6 +1,6 @@
# man(1) completion -*- shell-script -*-
-[[ $OSTYPE == *@(darwin|freebsd|solaris|cygwin|openbsd)* ]] || _userland GNU \
+[[ $OSTYPE == *@(darwin|freebsd|solaris|cygwin|openbsd|netbsd)* ]] || _userland GNU \
|| return 1
_man()
|