* man stdint.h
@ 2009-11-13 10:02 Martin Gebert
[not found] ` <4AFD2EC2.60000-TAFHyoIWub4hFhg+JK9F0w@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Martin Gebert @ 2009-11-13 10:02 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Hi Michael,
I just found this ambiguities in stdint.h(0p) (from package
man-pages-posix-2003a on a current Gentoo system):
"An N-bit signed type has values in the range -2**N-1 or 1-2**N-1 to
2**N-1-1, while an N-bit unsigned type has values in the
range 0 to 2**N-1."
IMHO this should be "to (2**N-1)-1" for signed ints, and "to (2**N)-1"
for unsigned. Yet I'm not sure about the precedence of the ** operator,
as it is not defined for C/C++, so some more parenthesis around the
exponents should make this clear.
Martin
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <4AFD2EC2.60000-TAFHyoIWub4hFhg+JK9F0w@public.gmane.org>]
* Re: man stdint.h [not found] ` <4AFD2EC2.60000-TAFHyoIWub4hFhg+JK9F0w@public.gmane.org> @ 2009-11-13 15:19 ` Mike Frysinger [not found] ` <200911131020.00356.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Mike Frysinger @ 2009-11-13 15:19 UTC (permalink / raw) To: Martin Gebert Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: Text/Plain, Size: 279 bytes --] On Friday 13 November 2009 05:02:42 Martin Gebert wrote: > I just found this ambiguities in stdint.h(0p) (from package > man-pages-posix-2003a on a current Gentoo system): the posix man pages are not maintained here. they're maintained by the austin/posix group. -mike [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <200911131020.00356.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>]
* Re: man stdint.h [not found] ` <200911131020.00356.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org> @ 2009-11-13 15:53 ` Martin Gebert [not found] ` <4AFD80E1.2090108-TAFHyoIWub4hFhg+JK9F0w@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Martin Gebert @ 2009-11-13 15:53 UTC (permalink / raw) To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA >> I just found this ambiguities in stdint.h(0p) (from package >> man-pages-posix-2003a on a current Gentoo system): >> > > the posix man pages are not maintained here. they're maintained by the > austin/posix group FYI, Gentoo portage reports http://www.kernel.org/doc/man-pages/ as the homepage for this package, which finally redirects bug reports to you. I'm still trying to find a contact to POSIX/Austin... Martin -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <4AFD80E1.2090108-TAFHyoIWub4hFhg+JK9F0w@public.gmane.org>]
* Re: man stdint.h [not found] ` <4AFD80E1.2090108-TAFHyoIWub4hFhg+JK9F0w@public.gmane.org> @ 2009-11-13 16:26 ` Mike Frysinger [not found] ` <200911131126.19495.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Mike Frysinger @ 2009-11-13 16:26 UTC (permalink / raw) To: Martin Gebert Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: Text/Plain, Size: 653 bytes --] On Friday 13 November 2009 10:53:05 Martin Gebert wrote: > >> I just found this ambiguities in stdint.h(0p) (from package > >> man-pages-posix-2003a on a current Gentoo system): > > > > the posix man pages are not maintained here. they're maintained by the > > austin/posix group > > FYI, Gentoo portage reports http://www.kernel.org/doc/man-pages/ as the > homepage for this package, which finally redirects bug reports to you. > I'm still trying to find a contact to POSIX/Austin... that's because this place converts the posix pages into man page form. but it doesnt manage the actual content. http://austingroupbugs.net/ -mike [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <200911131126.19495.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>]
* Re: man stdint.h [not found] ` <200911131126.19495.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org> @ 2009-11-13 16:41 ` Petr Baudis [not found] ` <20091113164133.GT3708-DDGJ70k9y3lX+M3pkMnKjw@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Petr Baudis @ 2009-11-13 16:41 UTC (permalink / raw) To: Mike Frysinger Cc: Martin Gebert, mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA On Fri, Nov 13, 2009 at 11:26:18AM -0500, Mike Frysinger wrote: > On Friday 13 November 2009 10:53:05 Martin Gebert wrote: > > >> I just found this ambiguities in stdint.h(0p) (from package > > >> man-pages-posix-2003a on a current Gentoo system): > > > > > > the posix man pages are not maintained here. they're maintained by the > > > austin/posix group > > > > FYI, Gentoo portage reports http://www.kernel.org/doc/man-pages/ as the > > homepage for this package, which finally redirects bug reports to you. > > I'm still trying to find a contact to POSIX/Austin... > > that's because this place converts the posix pages into man page form. but it > doesnt manage the actual content. But actually, the bug reported here _is_ a conversion issue - the superscript is transcribed inline without any delimitation, while it should probably have additional parentheses. The original has no issue since the proper part of the formula is superscripted unambiguously. -- Petr "Pasky" Baudis A lot of people have my books on their bookshelves. That's the problem, they need to read them. -- Don Knuth -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <20091113164133.GT3708-DDGJ70k9y3lX+M3pkMnKjw@public.gmane.org>]
* Re: man stdint.h [not found] ` <20091113164133.GT3708-DDGJ70k9y3lX+M3pkMnKjw@public.gmane.org> @ 2009-11-13 16:52 ` Mike Frysinger 0 siblings, 0 replies; 6+ messages in thread From: Mike Frysinger @ 2009-11-13 16:52 UTC (permalink / raw) To: Petr Baudis Cc: Martin Gebert, mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: Text/Plain, Size: 1156 bytes --] On Friday 13 November 2009 11:41:33 Petr Baudis wrote: > On Fri, Nov 13, 2009 at 11:26:18AM -0500, Mike Frysinger wrote: > > On Friday 13 November 2009 10:53:05 Martin Gebert wrote: > > > >> I just found this ambiguities in stdint.h(0p) (from package > > > >> man-pages-posix-2003a on a current Gentoo system): > > > > > > > > the posix man pages are not maintained here. they're maintained by > > > > the austin/posix group > > > > > > FYI, Gentoo portage reports http://www.kernel.org/doc/man-pages/ as the > > > homepage for this package, which finally redirects bug reports to you. > > > I'm still trying to find a contact to POSIX/Austin... > > > > that's because this place converts the posix pages into man page form. > > but it doesnt manage the actual content. > > But actually, the bug reported here _is_ a conversion issue - the > superscript is transcribed inline without any delimitation, while it > should probably have additional parentheses. The original has no issue > since the proper part of the formula is superscripted unambiguously. indeed. i misread the original report, thanks for pointing it out. -mike [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-11-13 16:52 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 10:02 man stdint.h Martin Gebert
[not found] ` <4AFD2EC2.60000-TAFHyoIWub4hFhg+JK9F0w@public.gmane.org>
2009-11-13 15:19 ` Mike Frysinger
[not found] ` <200911131020.00356.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-11-13 15:53 ` Martin Gebert
[not found] ` <4AFD80E1.2090108-TAFHyoIWub4hFhg+JK9F0w@public.gmane.org>
2009-11-13 16:26 ` Mike Frysinger
[not found] ` <200911131126.19495.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-11-13 16:41 ` Petr Baudis
[not found] ` <20091113164133.GT3708-DDGJ70k9y3lX+M3pkMnKjw@public.gmane.org>
2009-11-13 16:52 ` Mike Frysinger
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox