Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Qmail-Scanner-Diagnostics: from hermes.apache.org by f.primenet.com.au (envelope-from <danielsh@apache.org>, uid 7791) with qmail-scanner-2.11 
 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1.  
 Clear:RC:0(140.211.11.3):SA:0(-1.3/5.0):. 
 Processed in 0.097047 secs); 04 Aug 2016 15:54:30 -0000
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.3 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,
	RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1
X-Envelope-From: danielsh@apache.org
X-Qmail-Scanner-Mime-Attachments: |
X-Qmail-Scanner-Zip-Files: |
Received-SPF: none (ns1.primenet.com.au: domain at apache.org does not designate permitted sender hosts)
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: zsh-workers@zsh.org
Subject: =?UTF-8?q?=5BPATCH=200/3=5D=20A=20set=20of=20=5Fman=20fixes=20=E2=80=94=20explanation=20for=203=28a=29/3=20and=203=28b=29/3?=
Date: Thu,  4 Aug 2016 15:54:22 +0000
Message-Id: <1470326066-3241-1-git-send-email-danielsh@tarsus.local2>
X-Mailer: git-send-email 2.1.4
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Seq: zsh-workers 38992

The third patch deserves an explanation.

The root problem is that «man getwpnam<_correct_word>» finds no matches.
(I pointed that in 38519.)

Patches 3(a) and 3(b) — the ones entitled "Support _correct_word" — are two
alternative fixes to that problem.  They are mutually exclusive.  Both of them
work (getpwnam and getspnam are offered as completions), but I'm not sure which
of them is preferable.

So, in short, I plan to push 1/3, 2/3, and either 3a or 3b, depending on feedback.

Cheers,

Daniel

