Correct the warning about "xconsole" when generating ASCII output.
This commit is contained in:
parent
c1da77cb05
commit
ae16cb0e0c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=462
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<title>Frequently Asked Questions for FreeBSD 2.X
|
||||
<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>
|
||||
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.
|
||||
|
@ -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>
|
||||
<p>
|
||||
If you start X with 'startx', the permissions on /dev/console will
|
||||
<tt /not/ get changed, resulting in things like 'xterm -C' and
|
||||
'xconsole' not working.
|
||||
<tt /not/ get changed, resulting in things like ``xterm -C'' and
|
||||
``xconsole'' not working.
|
||||
|
||||
<p>
|
||||
This is because of the way console permissions are set by default.
|
||||
|
|
Loading…
Reference in a new issue