projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
70640a4
)
(Error Messages): Explain that perror doesn't change the orientation.
author
drepper
<drepper>
Thu, 16 Aug 2001 06:33:09 +0000
(06:33 +0000)
committer
drepper
<drepper>
Thu, 16 Aug 2001 06:33:09 +0000
(06:33 +0000)
manual/errno.texi
patch
|
blob
|
history
diff --git
a/manual/errno.texi
b/manual/errno.texi
index
5abb823
..
a1a78e0
100644
(file)
--- a/
manual/errno.texi
+++ b/
manual/errno.texi
@@
-1272,7
+1272,8
@@
This function @code{strerror_r} is a GNU extension and it is declared in
@comment ISO
@deftypefun void perror (const char *@var{message})
This function prints an error message to the stream @code{stderr};
@comment ISO
@deftypefun void perror (const char *@var{message})
This function prints an error message to the stream @code{stderr};
-see @ref{Standard Streams}.
+see @ref{Standard Streams}. The orientation of @code{stderr} is not
+changed.
If you call @code{perror} with a @var{message} that is either a null
pointer or an empty string, @code{perror} just prints the error message
If you call @code{perror} with a @var{message} that is either a null
pointer or an empty string, @code{perror} just prints the error message