bettter -> cleaner.
This commit is contained in:
parent
bf91d3896d
commit
c1d170348c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1475
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
|
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
|
||||||
<!-- $Id: FAQ.sgml,v 1.48 1997-05-01 22:07:51 jkh Exp $ -->
|
<!-- $Id: FAQ.sgml,v 1.49 1997-05-03 04:46:42 jkh Exp $ -->
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
|
|
||||||
<title>Frequently Asked Questions for FreeBSD 2.X
|
<title>Frequently Asked Questions for FreeBSD 2.X
|
||||||
<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG'
|
<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG'
|
||||||
name='<pds@FreeBSD.ORG>'></tt>
|
name='<pds@FreeBSD.ORG>'></tt>
|
||||||
<date>$Date: 1997-05-01 22:07:51 $</date>
|
<date>$Date: 1997-05-03 04:46:42 $</date>
|
||||||
|
|
||||||
<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
|
||||||
|
@ -1940,7 +1940,7 @@ pseudo-device vn #Vnode driver (turns a file into a device)
|
||||||
library mechanism is based more closely on Sun's
|
library mechanism is based more closely on Sun's
|
||||||
<tt>SunOS</tt>-style shared library mechanism and, as such, is very
|
<tt>SunOS</tt>-style shared library mechanism and, as such, is very
|
||||||
easy to use. The only thing we actually lack with <tt/a.out/
|
easy to use. The only thing we actually lack with <tt/a.out/
|
||||||
which <tt/ELF/ would give us is better support for C++ constructors
|
which <tt/ELF/ would give us is cleaner support for C++ constructors
|
||||||
and destructors, among other similarly esoteric things, and it
|
and destructors, among other similarly esoteric things, and it
|
||||||
simply hasn't become much of a problem yet (and there is quite
|
simply hasn't become much of a problem yet (and there is quite
|
||||||
a bit of C++ code in FreeBSD's source tree). Should that change,
|
a bit of C++ code in FreeBSD's source tree). Should that change,
|
||||||
|
|
Loading…
Reference in a new issue