diff options
author | Roland McGrath <roland@gnu.org> | 2004-11-05 23:02:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-11-05 23:02:22 +0000 |
commit | c3047bca73efe22cc7904e1d2474cb17ef161d25 (patch) | |
tree | 4a1f670a87b8968439105a7418a721acd34f5c8f | |
parent | 861ff56cb10bc989294bf3f909c7da781c85a757 (diff) | |
download | glibc-c3047bca73efe22cc7904e1d2474cb17ef161d25.tar.gz glibc-c3047bca73efe22cc7904e1d2474cb17ef161d25.tar.xz glibc-c3047bca73efe22cc7904e1d2474cb17ef161d25.zip |
* manual/errno.texi (Error Codes): Revert last change for now.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/errno.texi | 24 |
2 files changed, 4 insertions, 24 deletions
diff --git a/ChangeLog b/ChangeLog index 69db702f2c..ba8f262aec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-05 Roland McGrath <roland@redhat.com> + + * manual/errno.texi (Error Codes): Revert last change for now. + 2004-11-04 Roland McGrath <roland@frob.com> * Makeconfig (link-libc, rpath-dirs): Remove AIX cruft definitions. diff --git a/manual/errno.texi b/manual/errno.texi index 7872452df3..c799d268f8 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -1229,30 +1229,6 @@ They are not yet documented.} @comment errno ???/??? @end deftypevr -@comment errno.h -@comment Linux???: Required key not available -@deftypevr Macro int ENOKEY -@comment errno ???/??? -@end deftypevr - -@comment errno.h -@comment Linux???: Key has expired -@deftypevr Macro int EKEYEXPIRED -@comment errno ???/??? -@end deftypevr - -@comment errno.h -@comment Linux???: Key has been revoked -@deftypevr Macro int EKEYREVOKED -@comment errno ???/??? -@end deftypevr - -@comment errno.h -@comment Linux???: Key was rejected by service -@deftypevr Macro int EKEYREJECTED -@comment errno ???/??? -@end deftypevr - @node Error Messages, , Error Codes, Error Reporting @section Error Messages |