NCR3000 needs explicit include of sys/sockio.h
[unix-history] / usr / src / usr.sbin / kvm_mkdb / kvm_mkdb.8
CommitLineData
e6e7f887
KB
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
8abcf059 3.\"
b92b3998 4.\" %sccs.include.redist.man%
8abcf059 5.\"
e6e7f887 6.\" @(#)kvm_mkdb.8 8.1 (Berkeley) %G%
8abcf059 7.\"
b42074ab
CL
8.Dd
9.Dt KVM_MKDB 8
10.Os
11.Sh NAME
12.Nm kvm_mkdb
13.Nd create kernel database
14.Sh SYNOPSIS
15.Nm kvm_mkdb
100612e2 16.Op file
b42074ab
CL
17.Sh DESCRIPTION
18.Nm Kvm_mkdb
19creates a database in
100612e2
KB
20.Pa /var/db
21containing information about the specified file.
22If no file is specified,
b42074ab 23.Pa /vmunix
100612e2
KB
24is used by default.
25The file is named ``kvm_filename.db'', where ``filename'' is the
26name of the file read.
b42074ab
CL
27Various library routines consult this database.
28The only information currently stored is the kernel namelist, which is
29used by the
30.Xr kvm_nlist 3
100612e2
KB
31function, however, in the future the database may contain other static
32information about the current system.
b42074ab 33.Sh FILES
100612e2 34.Bl -tag -width /var/db/kvm_vmunix.db -compact
b42074ab 35.It Pa /vmunix
b39d125c 36.It Pa /var/db/kvm_vmunix.db
b42074ab
CL
37.El
38.Sh SEE ALSO
39.Xr kvm_nlist 3
40.Sh HISTORY
41The
d4168d8f
KB
42.Nm kvm_mkdb
43utility first appeared in 4.4BSD.