try to make sure that path-addrs always have <angle brackets>
[unix-history] / usr / src / usr.sbin / eeprom / eeprom.8
CommitLineData
40cde07c
KB
1.\" Copyright (c) 1992, 1993
2.\" The Regents of the University of California. All rights reserved.
30487704
CT
3.\"
4.\" This software was developed by the Computer Systems Engineering group
5.\" at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
6.\" contributed to Berkeley.
7.\"
8.\" %sccs.include.redist.roff%
9.\"
40cde07c 10.\" @(#)eeprom.8 8.1 (Berkeley) %G%
30487704
CT
11.\"
12.Dd
13.Dt EEPROM 8
14.Os BSD 4.4
15.Sh NAME
16.Nm eeprom
17.Nd openprom control utility
18.Sh SYNOPSIS
19.Nm eeprom
20.Op Ar name Ar ...
21.Op Ar name=value Ar ...
22.Sh DESCRIPTION
23The
24.Nm
25utility
26is used to display
27and modify options fields in the SPARCstation openprom.
28.Pp
29When invoked with no arguments,
30.Nm
31display the values of all options. Otherwise, fields are displayed or
32set (in the order specified on the command line).
33.Sh FILES
34.Bl -tag -width /dev/openprom -compact
35.It Pa /dev/openprom
36the openprom device
37.El
38.Sh SEE ALSO
39.Xr openprom 4
40.Sh HISTORY
41The
462a1b66
KB
42.Nm eeprom
43utility first appeared in 4.4BSD.