From 710631e8bfc2e28b6ac389e240c54e5bc86f64aa Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 3 Dec 2008 15:59:49 -0500 Subject: [PATCH] setup.2: Relocate some CONFORMING TO text to VERSIONS and NOTES Signed-off-by: Michael Kerrisk --- man2/setup.2 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/man2/setup.2 b/man2/setup.2 index aa6497237..8d112dc4d 100644 --- a/man2/setup.2 +++ b/man2/setup.2 @@ -31,7 +31,7 @@ .\" Modified Wed Nov 6 04:05:28 1996 by Eric S. Raymond .\" Modified Sat Jan 29 01:08:23 2000 by aeb .\" -.TH SETUP 2 1996-05-03 "Linux" "Linux Programmer's Manual" +.TH SETUP 2 2008-12-03 "Linux" "Linux Programmer's Manual" .SH NAME setup \- setup devices and file systems, mount root file system .SH SYNOPSIS @@ -57,11 +57,15 @@ always returns \-1 for a user process. .TP .B EPERM Always, for a user process. +.SH VERSIONS +Since Linux 2.1.121, no such function exists anymore. .SH "CONFORMING TO" This function is Linux-specific, and should not be used in programs intended to be portable, or indeed in any programs at all. -Since Linux 2.1.121, no such function exists anymore. -The calling sequence varied: it has had a single argument +.SH NOTES +The calling sequence varied: at some times +.I setup () +has had a single argument .I "void *BIOS" and at other times a single argument .IR "int magic" .