From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: mail@bernhard-voelker.de Message-ID: <538CEB62.4020102@bernhard-voelker.de> Date: Mon, 02 Jun 2014 23:23:46 +0200 From: Bernhard Voelker MIME-Version: 1.0 To: Ruediger Meier CC: kerolasa@gmail.com, Karel Zak , Benno Schulenberg , Util-Linux Subject: Re: [PATCH 4/4] docs: setterm.1 clean up manual page groff style References: <1400929696-12548-1-git-send-email-kerolasa@iki.fi> <201405291223.40734.sweet_f_a@gmx.de> <201406020035.40358.sweet_f_a@gmx.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8 List-ID: > On 1 June 2014 23:35, Ruediger Meier wrote: > BTW I just noticed that bash's > $ cd '' > does NOT return error. But > $ /usr/bin/cd '' > does like it should IMO. What is /usr/bin/cd? As this would do the chdir() in a very-short-living sub-process, I'd consider this a useless program (apart from checking whether chdir()ing into the given directory would succeed). Have a nice day, Berny