Correct the warning about "xconsole" when generating ASCII output.

This commit is contained in:
Ollivier Robert 1996-08-04 15:29:20 +00:00
parent c1da77cb05
commit ae16cb0e0c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=462

View file

@ -4,7 +4,7 @@
<title>Frequently Asked Questions for FreeBSD 2.X <title>Frequently Asked Questions for FreeBSD 2.X
<author>The FreeBSD FAQ Team, <tt/FAQ@FreeBSD.ORG/ <author>The FreeBSD FAQ Team, <tt/FAQ@FreeBSD.ORG/
<date> $Id: freebsd-faq.sgml,v 1.58 1996-08-04 15:21:53 roberto Exp $ <date> $Id: freebsd-faq.sgml,v 1.59 1996-08-04 15:29:20 roberto Exp $
<abstract> <abstract>
This is the FAQ for FreeBSD systems version 2.X All entries are This is the FAQ for FreeBSD systems version 2.X All entries are
assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted. assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted.
@ -2076,8 +2076,8 @@ pseudo-device vn #Vnode driver (turns a file into a device)
<heading>When I run xconsole, I get ``Couldn't open console''.</heading> <heading>When I run xconsole, I get ``Couldn't open console''.</heading>
<p> <p>
If you start X with 'startx', the permissions on /dev/console will If you start X with 'startx', the permissions on /dev/console will
<tt /not/ get changed, resulting in things like 'xterm -C' and <tt /not/ get changed, resulting in things like ``xterm -C'' and
'xconsole' not working. ``xconsole'' not working.
<p> <p>
This is because of the way console permissions are set by default. This is because of the way console permissions are set by default.