Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-5.2-test-3
- X-seq: zsh-users 22196
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Subject: Re: zsh-5.2-test-3
- Date: Sun, 11 Dec 2016 23:07:44 +0000
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=a77/mtYzMMKe2sU L+NV5ymMWJcU=; b=DARFt0tZYcIkgHzt5IbRYI+yJCbtlPzevFJAxRL851MVQ7+ 2t81MuDJCnY61uTQZFGQp+GaFIgeofzgnRK6RlIvmR+XwXBVB9jMp/+A1mbOajr5 HXavbFb8lZMpZuv9b5W42NYWeD8JTrKDy7Nj6X62YaRmcbp8opj9wCPSmjpc=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=a77/mtYzMMKe2s UL+NV5ymMWJcU=; b=TeWArs5sXQU7BT2gAfiZ0gC1fAJ73j6/8zxRwsyO0MlRtb nLnqz69Ot4vgrITSUK47ug/56iOWBrO9BUG9SqM/Ev5srPn41o6utKIZ3MAwkwMr niaWEx1/CiqfcuuPSPs/K82f22ZNtu98N8kx9n8yFQbJ6a5SHl+zQTVIUDUzs=
- In-reply-to: <584DB4BA.4050802__43705.4374524907$1481487619$gmane$org@eastlink.ca>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CGME20161206195028epcas2p3c53119ab37952571be3238cdf228d88f@epcas2p3.samsung.com> <20161206194916.10448440@ntlworld.com> <20161209095729.2033b5be@pwslap01u.europe.root.pri> <20161209195457.27e43234@ntlworld.com> <584CB4EF.6070904@eastlink.ca> <584CCC14.10701@eastlink.ca> <20161211171559.322b58fc@ntlworld.com> <584D9809.4070805@eastlink.ca> <161211112327.ZM30304@torch.brasslantern.com> <584DB4BA.4050802__43705.4374524907$1481487619$gmane$org@eastlink.ca>
Ray Andrews wrote on Sun, Dec 11, 2016 at 12:19:06 -0800:
> I wonder if it would be possible to tweek things so that 'man XXX'
> always gave me the appropriate information for whatever version of the
> command was actually in play regardless of it's provenance.
> I remember last year crashing into the fact that there are several
> versions of some commands, so one wants to be sure.
You need to set $MANPATH like you set $PATH.
Man pages generally document their version (in zsh it's in the left
footer), so you can always check that the foo(1) man page matches `foo
--version`.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author