62 lines
2.2 KiB
Groff
62 lines
2.2 KiB
Groff
.\" $NetBSD: dmesg2gif.1,v 1.4 2003/11/11 22:15:01 cube Exp $
|
|
.\"
|
|
.\" Copyright (c) 2003, The NetBSD Foundation, Inc.
|
|
.\" All rights reserved.
|
|
.\"
|
|
.\" This code is derived from software contributed to The NetBSD Foundation
|
|
.\" by Quentin Garnier.
|
|
.\"
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
.\" modification, are permitted provided that the following conditions
|
|
.\" are met:
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
.\"
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
|
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
|
.\"
|
|
.Dd November 11, 2003
|
|
.Dt DMESG2GIF 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm dmesg2gif
|
|
.Nd output
|
|
.Xr dmesg 8
|
|
device tree as GIF image
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
\*[Lt] /var/run/dmesg.boot | xv -
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
takes as input the kernel configuration messages that
|
|
are printed during boot.
|
|
Then it computes the device tree and passes it to
|
|
.Xr dot 1
|
|
to produce a GIF image of that tree.
|
|
You can either save the output into a file or pass it to
|
|
an image viewer, such as
|
|
.Xr xv 1 .
|
|
.Sh FILES
|
|
.Bl -tag -width /var/run/dmesg.boot
|
|
.It Pa /var/run/dmesg.boot
|
|
The initial output of
|
|
.Xr dmesg 8
|
|
is saved in this file immediately after booting.
|
|
These messages may later be overwritten by the kernel.
|
|
.El
|
|
.Sh SEE ALSO
|
|
.Xr dmesg 8 ,
|
|
.Xr dot 1 ,
|
|
.Xr xv 1
|