OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / procps / sysctl.conf.5
1 .\" Copyright 1999, George Staikos (staikos@0wned.org)
2 .\" This file may be used subject to the terms and conditions of the
3 .\" GNU General Public License Version 2, or any later version
4 .\" at your option, as published by the Free Software Foundation.
5 .\" This program is distributed in the hope that it will be useful,
6 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
7 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8 .\" GNU General Public License for more details."
9 .TH SYSCTL.CONF 5 "21 Sep 1999" "" ""
10 .SH NAME
11 sysctl.conf \- sysctl(8) preload/configuration file 
12 .SH DESCRIPTION
13 .I sysctl.conf
14 is a simple file containing sysctl values to be read in and set by sysctl(8).
15 The syntax is simply as follows:
16 .RS
17 .sp
18 .nf
19 .ne 7
20 # comment
21 ; comment
22
23   token  =   value
24 .fi
25 .sp
26 .RE
27 .PP
28 Note that blank lines are ignored, and whitespace before and after a token or
29 value is ignored, although a value can contain whitespace within.  Lines which
30 begin with a # or ; are considered comments and ignored.
31 .SH EXAMPLE
32 .RS
33 .sp
34 .nf
35 .ne 7
36 # sysctl.conf sample
37 #
38
39   kernel.domainname = example.com
40 ; this one has a space which will be written to the sysctl!
41   kernel.modprobe = /sbin/mod probe
42
43 .fi
44 .sp
45 .RE
46 .PP
47 .SH SEE ALSO
48 .BR sysctl(8)
49 .SH AUTHOR
50 George Staikos, <staikos@0wned.org>
51