xref: /netbsd/share/man/man4/userconf.4 (revision bf9ec67e)
1.\"     $NetBSD: userconf.4,v 1.10 2002/03/19 10:30:20 wiz Exp $
2.\"
3.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Gregory McGarry.
8.\"
9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions
11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright
13.\"    notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright
15.\"    notice, this list of conditions and the following disclaimer in the
16.\"    documentation and/or other materials provided with the distribution.
17.\" 3. All advertising materials mentioning features or use of this software
18.\"    must display the following acknowledgement:
19.\"        This product includes software developed by the NetBSD
20.\"        Foundation, Inc. and its contributors.
21.\" 4. Neither the name of The NetBSD Foundation nor the names of its
22.\"    contributors may be used to endorse or promote products derived
23.\"    from this software without specific prior written permission.
24.\"
25.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
26.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
29.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35.\" POSSIBILITY OF SUCH DAMAGE.
36.\"
37.Dd July 1, 2001
38.Dt USERCONF 4
39.Os
40.Sh NAME
41.Nm userconf
42.Nd in-kernel device configuration manager
43.Sh SYNOPSIS
44.Cd options USERCONF
45.Sh DESCRIPTION
46.Nm
47is the in-kernel device configuration manager.
48It is used to alter the kernel autoconfiguration framework at runtime.
49.Nm
50is activated from the boot loader by passing the
51.Fl c
52option to the kernel.
53.Sh COMMAND SYNTAX
54The general command syntax is:
55.Bd -ragged -offset indent
56.Ic command Op Ar option
57.Ed
58.Pp
59.Nm
60has a
61.Xr more 1 -like
62functionality; if a number of lines in a command's output exceeds the
63number defined in the lines variable, then
64.Nm
65displays
66.Dq "-- more --"
67and waits for a response, which may be one of:
68.Bl -tag -offset indent -width "\*[Lt]return\*[Gt]"
69.It \*[Lt]return\*[Gt]
70one more line.
71.It \*[Lt]space\*[Gt]
72one more page.
73.It Ic q
74abort the current command, and return to the command input mode.
75.El
76.Sh COMMANDS
77.Nm
78supports the following commands:
79.Bl -tag -width 5n
80.It Ic lines Ar count
81Specify the number of lines before more.
82.It Ic base Ar 8 | 10 | 16
83Base for displaying large numbers.
84.It Ic change Ar devno | dev
85Change devices.
86.It Ic disable Ar devno | dev
87Disable devices.
88.It Ic enable Ar devno | dev
89Enable devices.
90.It Ic exit
91A synonym for
92.Ic quit .
93.It Ic find Ar devno | dev
94Find devices.
95.It Ic help
96Display online help.
97.It Ic list
98List current configuration.
99.It Ic quit
100Leave userconf.
101.It Ic ?
102A synonym for
103.Ic help .
104.El
105.Sh HISTORY
106The
107.Nm
108framework first appeared in
109.Ox 2.0 ,
110and was then integrated into
111.Nx 1.6 .
112.Sh AUTHORS
113The
114.Nm
115framework was written by
116.An Mats O Jansson
117.Aq moj@stacken.kth.se .
118