mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
15 lines
476 B
Plaintext
15 lines
476 B
Plaintext
$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()
|