Imported from ../bash-2.05b.tar.gz.
[platform/upstream/bash.git] / builtins / colon.def
index e00428d..a7cdc12 100644 (file)
@@ -1,7 +1,7 @@
 This file is colon.def, from which is created colon.c.
 It implements the builtin ":" in Bash.
 
-Copyright (C) 1987, 1989, 1991 Free Software Foundation, Inc.
+Copyright (C) 1987-2002 Free Software Foundation, Inc.
 
 This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -22,21 +22,19 @@ Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 $PRODUCES colon.c
 
 $BUILTIN :
-$DOCNAME colon_builtin
+$DOCNAME colon
 $FUNCTION colon_builtin
 $SHORT_DOC :
 No effect; the command does nothing.  A zero exit code is returned.
 $END
 
 $BUILTIN true
-$DOCNAME true_builtin
 $FUNCTION colon_builtin
 $SHORT_DOC true
 Return a successful result.
 $END
 
 $BUILTIN false
-$DOCNAME false_builtin
 $FUNCTION false_builtin
 $SHORT_DOC false
 Return an unsuccessful result.