Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 May 2005 10:39:06 +0200
From:      ckoch001@informatik.fh-wiesbaden.de
To:        doc@FreeBSD.org
Subject:   Typo
Message-ID:  <20050504103906.z1dgezlbfqskwc88@mail.informatik.fh-wiesbaden.de>

next in thread | raw e-mail | index | archive | help
Hi,
found a typo in
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html

man 5 loader.conf states:
>>All settings have the following format: variable="value"<<

while in the document the double quotes are missing

>>Then, create /boot/loader.conf.local and put the following line there.

console=comconsole

or

console=vidconsole

<<

correctly it should be

>>Then, create /boot/loader.conf.local and put the following line there.

console="comconsole"

or

console="vidconsole"<<

I hope that is useful
yours
Chris




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050504103906.z1dgezlbfqskwc88>