zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: fix man page completion for /usr/pkg/man on NetBSD
@ 2006-02-12  7:20 Vincent Stemen
  0 siblings, 0 replies; only message in thread
From: Vincent Stemen @ 2006-02-12  7:20 UTC (permalink / raw)
  To: zsh-workers

Hi.

Addon software on NetBSD gets installed in /usr/pkg by default.  This
fixes command line completion for the man command to look there.

Index: Completion/Unix/Command/_man
===================================================================
--- Completion/Unix/Command/_man.orig   2006-02-12 00:51:53.000000000 -0600
+++ Completion/Unix/Command/_man        2006-02-12 00:51:53.000000000 -0600
@@ -19,7 +19,7 @@
   fi

   (( $#_manpath )) ||
-      _manpath=( /usr/man(-/) /(opt|usr)/(dt|share|X11R6|local)/(cat|)man(-/) )
+      _manpath=( /usr/man(-/) /(opt|usr)/(pkg|dt|share|X11R6|local)/(cat|)man(-/) )

   # `sman' is the SGML manual directory for Solaris 7.
   # 1M is system administrator commands on SVR4



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-12  7:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-12  7:20 PATCH: fix man page completion for /usr/pkg/man on NetBSD Vincent Stemen

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).