On Tue, Nov 24, 2009 at 7:22 AM, Philip Guenther <[email protected]> wrote: > CVSROOT: /cvs > Module name: src > Changes by: [email protected] 2009/11/24 02:22:22 > > Modified files: > lib/libc/gen : errlist.c > lib/libc/nls : C.msg Pig.msg > sys/sys : errno.h > > Log message: > Change ENOTSUP's strerror() to "Not supported" > Provide C and Pig locale expansions for errno values from EAUTH to ENOTSUP > > ok millert@, mk@, go aheads from others who have other translations > in the works > >
Missing change in the intro(2) man page: Index: intro.2 =================================================================== RCS file: /cvs/src/lib/libc/sys/intro.2,v retrieving revision 1.44 diff -u intro.2 --- intro.2 26 Oct 2009 21:09:33 -0000 1.44 +++ intro.2 24 Nov 2009 13:27:55 -0000 @@ -431,7 +431,7 @@ .It Er 90 ENOMSG Em "\&No message of desired type". An IPC message queue does not contain a message of the desired type, or a message catalog does not contain the requested message. -.It Er 91 ENOTSUP Em "Operation not supported" . +.It Er 91 ENOTSUP Em "Not supported" . The attempted operation is not supported for the type of object referenced. .El .Sh DEFINITIONS
