pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/portability-book/files Provided a link to the Open...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8af564e80de3
branches:  trunk
changeset: 519631:8af564e80de3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Oct 06 22:18:33 2006 +0000

description:
Provided a link to the Open Group's utilities web page.

Tested "test foo == bar" with test(1) from the GNU coreutils. It does
_not_ know the "==" operator.

diffstat:

 doc/portability-book/files/utilities.xml |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r b9e88045132e -r 8af564e80de3 doc/portability-book/files/utilities.xml
--- a/doc/portability-book/files/utilities.xml  Fri Oct 06 22:14:44 2006 +0000
+++ b/doc/portability-book/files/utilities.xml  Fri Oct 06 22:18:33 2006 +0000
@@ -1,10 +1,11 @@
-<!-- $NetBSD: utilities.xml,v 1.1.1.1 2006/10/06 21:10:41 rillig Exp $ -->
+<!-- $NetBSD: utilities.xml,v 1.2 2006/10/06 22:18:33 rillig Exp $ -->
 
 <chapter id="utilities">
 <title>Command line utilities</title>
 
 <para>This chapter collects the various bugs and peculiarities of the
-POSIX-like utilities on the platforms.</para>
+<ulink url="http://www.opengroup.org/onlinepubs/000095399/idx/utilities.html";>POSIX-like
+utilities</ulink> on the platforms.</para>
 
 <sect1 id="util.sh">
 <title>sh</title>
@@ -108,8 +109,10 @@
 <para>The Bourne Again Shell (Bash) allows the binary operator
 <literal>==</literal> to be used as an alias for <literal>=</literal>.
 This leads to problems when programs using this feature are ported to
-other platforms. Furthermore, there is no apparent benefit for having
-two names for the same operator.</para>
+other platforms. By the way, not even the GNU coreutils have that
+<quote>feature</quote>, it's really only Bash that does. After all,
+there is no apparent benefit for having two names for the same
+operator.</para>
 
 </sect2>
 



Home | Main Index | Thread Index | Old Index