Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!rutgers!apple!sun!bitbug From: bitbug@lonewolf.sun.com (James Buster) Newsgroups: gnu.bash.bug Subject: Bug in builtins.c Message-ID: Date: 13 Jun 89 19:07:36 GMT Sender: news@sun.Eng.Sun.COM Distribution: gnu Organization: Sun Microsystems Federal, Inc. Lines: 23 In builtins.c, line 363: Note that the string constant is not backslash-escaped and does not contain a newline in the indicated areas. This caused lots of errors when using the Sun C compiler. { "type", type_builtin, 1, "type [-type | -path] [name ...]", " For each NAME, indicate how it would be interpreted if used as a\n\ --> command name. --> If the -type flag is used, returns a single word which is one of\n\ `alias', `function', `builtin', `file' or `', if NAME is an\n\ alias, shell function, shell builtin, disk file, or unfound,\n\ --> respectively. --> If the -path flag is used, either returns the name of the disk file\n\ that would be exec'ed, or nothing if -type wouldn't return `file'" }, -- -------------------------------------------- James Buster Mad Hacker Extraordinaire bitbug@lonewolf.sun.com sun.com!lonewolf!bitbug --------------------------------------------