public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* man pages for a specific kernel version
@ 2011-03-19  2:01 Ram Gupta
       [not found] ` <AANLkTi=0+Z-vxqG11JMCX3uscqvGZniOL9zgWjU7JA76-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Ram Gupta @ 2011-03-19  2:01 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux mailing-list

Does any one know for a way to get accurate man pages for a particular
kernel version? I am aware that changelogs for man pages of system
calls are available on the web
http://www.kernel.org/doc/man-pages/changelog.html but they don't
correspond to any particular kernel version. So it is hard to
determine what options for a system call are really available in the
version someone is using. As kernel keeps evolving man pages keep
changing too but they don't change at the same time so it is hard to
determine their accuracy in respect to a particular kernel version. If
someone is aware of a mechanism to find it out please share.

Thanks,
Ram Gupta
--
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] 5+ messages in thread

* Re: man pages for a specific kernel version
       [not found] ` <AANLkTi=0+Z-vxqG11JMCX3uscqvGZniOL9zgWjU7JA76-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2011-03-19  9:44   ` Stefan Puiu
       [not found]     ` <AANLkTim=F5vFrGUT1dAi2mGeK5c3QHtWvuLL3+W8PQDy-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2011-07-04  7:51   ` Jonathan Nieder
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Puiu @ 2011-03-19  9:44 UTC (permalink / raw)
  To: Ram Gupta; +Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux mailing-list

Hi,

Maybe http://kernelnewbies.org/LinuxChanges is what you're looking
for? You have changelogs for specific kernel versions, plus a link to
the LWN list of kernel API changes.

HTH,
Stefan.

On Sat, Mar 19, 2011 at 4:01 AM, Ram Gupta <ram.gupta5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Does any one know for a way to get accurate man pages for a particular
> kernel version? I am aware that changelogs for man pages of system
> calls are available on the web
> http://www.kernel.org/doc/man-pages/changelog.html but they don't
> correspond to any particular kernel version. So it is hard to
> determine what options for a system call are really available in the
> version someone is using. As kernel keeps evolving man pages keep
> changing too but they don't change at the same time so it is hard to
> determine their accuracy in respect to a particular kernel version. If
> someone is aware of a mechanism to find it out please share.
>
> Thanks,
> Ram Gupta
> --
> 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
>
--
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] 5+ messages in thread

* Re: man pages for a specific kernel version
       [not found]     ` <AANLkTim=F5vFrGUT1dAi2mGeK5c3QHtWvuLL3+W8PQDy-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2011-03-19 12:32       ` Ram Gupta
  0 siblings, 0 replies; 5+ messages in thread
From: Ram Gupta @ 2011-03-19 12:32 UTC (permalink / raw)
  To: Stefan Puiu; +Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux mailing-list

Thanks for the reply.I am actually looking for system calls man pages
for kernel 2.6.34 version.So far I have found that the man pages are
maintained separately from kernel. In this way it is uncertain whether
the behavior described by man pages applies to this specific version
or not.This is particularly true for the errors code returned by
kernel.

Regards,
Ram

On Sat, Mar 19, 2011 at 4:44 AM, Stefan Puiu <stefan.puiu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hi,
>
> Maybe http://kernelnewbies.org/LinuxChanges is what you're looking
> for? You have changelogs for specific kernel versions, plus a link to
> the LWN list of kernel API changes.
>
> HTH,
> Stefan.
>
> On Sat, Mar 19, 2011 at 4:01 AM, Ram Gupta <ram.gupta5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> Does any one know for a way to get accurate man pages for a particular
>> kernel version? I am aware that changelogs for man pages of system
>> calls are available on the web
>> http://www.kernel.org/doc/man-pages/changelog.html but they don't
>> correspond to any particular kernel version. So it is hard to
>> determine what options for a system call are really available in the
>> version someone is using. As kernel keeps evolving man pages keep
>> changing too but they don't change at the same time so it is hard to
>> determine their accuracy in respect to a particular kernel version. If
>> someone is aware of a mechanism to find it out please share.
>>
>> Thanks,
>> Ram Gupta
>> --
>> 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
>>
>
--
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] 5+ messages in thread

* Re: man pages for a specific kernel version
       [not found] ` <AANLkTi=0+Z-vxqG11JMCX3uscqvGZniOL9zgWjU7JA76-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2011-03-19  9:44   ` Stefan Puiu
@ 2011-07-04  7:51   ` Jonathan Nieder
  2011-09-11 14:28     ` Michael Kerrisk
  1 sibling, 1 reply; 5+ messages in thread
From: Jonathan Nieder @ 2011-07-04  7:51 UTC (permalink / raw)
  To: Ram Gupta; +Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux mailing-list

Hi,

Ram Gupta wrote:

> Does any one know for a way to get accurate man pages for a particular
> kernel version?
[...]
> As kernel keeps evolving man pages keep
> changing too

Sorry for a late response.  The intent is for the man-pages package to
document all kernel versions.  So when there are relevant differences
between versions that it does not explain, do please feel free to let
us know (ideally in the form of a patch, but a friendly comment is
fine, too).

Of course, like most documentation, these manpages are not perfect, so
if you need reliable information I'd suggest looking at the kernel
source.

Good luck,
Jonathan
--
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] 5+ messages in thread

* Re: man pages for a specific kernel version
  2011-07-04  7:51   ` Jonathan Nieder
@ 2011-09-11 14:28     ` Michael Kerrisk
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Kerrisk @ 2011-09-11 14:28 UTC (permalink / raw)
  To: Jonathan Nieder; +Cc: Ram Gupta, linux mailing-list

On Mon, Jul 4, 2011 at 9:51 AM, Jonathan Nieder <jrnieder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hi,
>
> Ram Gupta wrote:
>
>> Does any one know for a way to get accurate man pages for a particular
>> kernel version?
> [...]
>> As kernel keeps evolving man pages keep
>> changing too
>
> Sorry for a late response.  The intent is for the man-pages package to
> document all kernel versions.  So when there are relevant differences
> between versions that it does not explain, do please feel free to let
> us know (ideally in the form of a patch, but a friendly comment is
> fine, too).
>
> Of course, like most documentation, these manpages are not perfect, so
> if you need reliable information I'd suggest looking at the kernel
> source.

Ack. Jonathan's summary is precisely accurate.

Cheers,

Michael


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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] 5+ messages in thread

end of thread, other threads:[~2011-09-11 14:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-19  2:01 man pages for a specific kernel version Ram Gupta
     [not found] ` <AANLkTi=0+Z-vxqG11JMCX3uscqvGZniOL9zgWjU7JA76-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-03-19  9:44   ` Stefan Puiu
     [not found]     ` <AANLkTim=F5vFrGUT1dAi2mGeK5c3QHtWvuLL3+W8PQDy-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-03-19 12:32       ` Ram Gupta
2011-07-04  7:51   ` Jonathan Nieder
2011-09-11 14:28     ` Michael Kerrisk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox