~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man2/setup.2

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2008-12-13 15:28:58 UTC
  • mfrom: (1.1.37 upstream) (2.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20081213152858-06ey2s94bhc09owg
* New upstream source
* Avoid distribution of more up-to-date pthread manpages that are
  currently also provided by glibc-doc:
  . pthread_cleanup_push_defer_np(3)
  . pthread_cleanup_pop_restore_np(3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
.\" Modified Wed Nov  6 04:05:28 1996 by Eric S. Raymond <esr@thyrsus.com>
32
32
.\" Modified Sat Jan 29 01:08:23 2000 by aeb
33
33
.\"
34
 
.TH SETUP 2 1996-05-03 "Linux" "Linux Programmer's Manual"
 
34
.TH SETUP 2 2008-12-03 "Linux" "Linux Programmer's Manual"
35
35
.SH NAME
36
36
setup \- setup devices and file systems, mount root file system
37
37
.SH SYNOPSIS
57
57
.TP
58
58
.B EPERM
59
59
Always, for a user process.
 
60
.SH VERSIONS
 
61
Since Linux 2.1.121, no such function exists anymore.
60
62
.SH "CONFORMING TO"
61
63
This function is Linux-specific, and should not be used in programs
62
64
intended to be portable, or indeed in any programs at all.
63
 
Since Linux 2.1.121, no such function exists anymore.
64
 
The calling sequence varied: it has had a single argument
 
65
.SH NOTES
 
66
The calling sequence varied: at some times
 
67
.I setup ()
 
68
has had a single argument
65
69
.I "void *BIOS"
66
70
and at other times a single argument
67
71
.IR "int magic" .
68
72
.SH COLOPHON
69
 
This page is part of release 3.14 of the Linux
 
73
This page is part of release 3.15 of the Linux
70
74
.I man-pages
71
75
project.
72
76
A description of the project,