From b912ca1144ef3e8f006c714805cfb9cc61dfbaca Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 27 May 2001 07:05:32 +0000 Subject: Update. 2001-05-25 Bruce Mitchener * manual/ctype.texi: Minor fix. * manual/install.texi: Likewise. * manual/startup.texi: Likewise. * manual/examples/dir.c: Use perror() rather than puts(). 2001-05-25 David Mosberger * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Put stuff following #endif directive inside a comment to avoid compiler warnings. 2001-05-25 Philipp Thomas * nis/nis_print.c (nis_nstype2str): Don't mark names of naming services for translation, only UNKNOWN needs it. Add comment to prevent it for the future. 2001-05-25 Joseph S. Myers * misc/sys/cdefs.h (__restrict_arr): Define appropriately for GCC 3.1 and non-GCC C99 compilers. --- manual/startup.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/startup.texi') diff --git a/manual/startup.texi b/manual/startup.texi index 90f6a69ac2..35ddbc4904 100644 --- a/manual/startup.texi +++ b/manual/startup.texi @@ -381,7 +381,7 @@ The function return @code{-1} if @var{name} is a null pointer, points to an empty string, or points to a string containing a @code{=} character. It returns @code{0} if the call succeeded. -This function was originall part of the BSD library but is now part of +This function was originally part of the BSD library but is now part of the Unix standard. The BSD version had no return value, though. @end deftypefun -- cgit 1.4.1