Hi Mike, On Tue, May 1, 2012 at 4:50 PM, Mike Frysinger <vapier@xxxxxxxxxx> wrote: > Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> > --- > man2/fork.2 | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/man2/fork.2 b/man2/fork.2 > index 4089fb9..fb604ac 100644 > --- a/man2/fork.2 > +++ b/man2/fork.2 > @@ -184,6 +184,10 @@ capability. > .B ENOMEM > .BR fork () > failed to allocate the necessary kernel structures because memory is tight. > +.TP > +.B ENOSYS > +.BR fork () > +is not supported on this platform (e.g. a no-mmu setup). > .SH "CONFORMING TO" > SVr4, 4.3BSD, POSIX.1-2001. > .SH NOTES I'm curious. Which architectures currently do this, do you know? Thanks, 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html