new copyright & pathname (kgmon)
[unix-history] / usr / src / usr.sbin / kvm_mkdb / kvm_mkdb.8
CommitLineData
8abcf059
MT
1.\" Copyright (c) 1989 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms are permitted
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15.\"
16.\" @(#)kvm_mkdb.8 1.1 (Berkeley) %G%
17.\"
18.TH kvm_mkdb 8 ""
19.UC 7
20.SH NAME
21kvm_mkdb \- create kernel database
22.SH SYNOPSIS
23.B kvm_mkdb
24.SH DESCRIPTION
25.I kvm_mkdb
26creates a database in /var/run containing information about /vmunix and
27possibly other fairly static information about the current system.
28Various library routines consult this database.
29The only information currently stored is the kernel namelist, which is
30used by the
31.IR kvm_nlist (3)
32function.
33.SH FILES
34/vmunix
35.br
36/var/run/kvm_vmunix.{dir,pag}
37.SH SEE ALSO
38kvm_nlist(3)