summaryrefslogtreecommitdiff
path: root/sysutils/dmesg2gif
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-11-02 22:41:45 +0000
committerwiz <wiz@pkgsrc.org>2003-11-02 22:41:45 +0000
commit2822e2d84135d6d592c977ee125719591ee9e4d3 (patch)
treedcb0a65945c7e07c8d4b64e911fde375d676b5e2 /sysutils/dmesg2gif
parent4330d8eee02fe41d2a00fd5f9f39281be2ca9db6 (diff)
downloadpkgsrc-2822e2d84135d6d592c977ee125719591ee9e4d3.tar.gz
Misc fixes.
Diffstat (limited to 'sysutils/dmesg2gif')
-rw-r--r--sysutils/dmesg2gif/files/dmesg2gif.112
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/dmesg2gif/files/dmesg2gif.1 b/sysutils/dmesg2gif/files/dmesg2gif.1
index 693d327ba73..d306fd91611 100644
--- a/sysutils/dmesg2gif/files/dmesg2gif.1
+++ b/sysutils/dmesg2gif/files/dmesg2gif.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: dmesg2gif.1,v 1.1 2003/11/02 19:58:00 cube Exp $
+.\" $NetBSD: dmesg2gif.1,v 1.2 2003/11/02 22:41:45 wiz Exp $
.\"
.Dd November 2, 2003
.Dt DMESG2GIF 1
@@ -8,12 +8,12 @@
.Nd output
.Xr dmesg 8
device tree as GIF image
-.Sh SYNOPSYS
+.Sh SYNOPSIS
.Nm
-< /var/run/dmesg.boot | xv -
+\*[Lt] /var/run/dmesg.boot | xv -
.Sh DESCRIPTION
.Nm
-takes in input the kernel configuration messages that
+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
@@ -26,8 +26,8 @@ an image viewer, such as
.It Pa /var/run/dmesg.boot
The output of
.Xr dmesg 8
-is saved in that file quickly after the boot since kernel
-messages that follow may overwrite initial output.
+is saved in that file directly after the boot.
+Kernel messages may overwrite it later on.
.El
.Sh SEE ALSO
.Xr dmesg 1 ,