Subject: Re: 1.5.2 dmesg
To: Shawn <port-i386@netbsd.org>
From: David Friggens <david@mcs.vuw.ac.nz>
List: port-i386
Date: 09/26/2002 13:09:32
> just use the dmesg before it duplicates itself?  or do i have something
> misconfigured?

$ man dmesg
...
FILES
     /var/run/dmesg.boot  copy of dmesg at the time of last boot.
...


dmesg displays the contents of dmesg.boot to the screen and then you're piping 
it to more, which displays it on the screen as well :-)

David