Fix markup bogons.
This commit is contained in:
parent
36e164ae57
commit
d3cb4ba724
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1430
1 changed files with 6 additions and 6 deletions
12
FAQ/FAQ.sgml
12
FAQ/FAQ.sgml
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
|
||||
<!-- $Id: FAQ.sgml,v 1.45 1997-04-20 11:53:53 pds Exp $ -->
|
||||
<!-- $Id: FAQ.sgml,v 1.46 1997-04-21 00:42:54 jfieber Exp $ -->
|
||||
|
||||
<article>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
|||
<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG'
|
||||
name='<pds@FreeBSD.ORG>'></tt>
|
||||
|
||||
Last updated: <date>$Date: 1997-04-20 11:53:53 $</date>
|
||||
Last updated: <date>$Date: 1997-04-21 00:42:54 $</date>
|
||||
|
||||
<abstract>
|
||||
This is the FAQ for FreeBSD systems version 2.X All entries are
|
||||
|
@ -1311,7 +1311,7 @@ options PSM_CHECKSYNC #checks the header byte for sync.
|
|||
<sect1>
|
||||
<heading>How about tape changers?</heading>
|
||||
|
||||
FreeBSD 2.2 supports SCSI changers using the <tt/ch/ device and the
|
||||
<p>FreeBSD 2.2 supports SCSI changers using the <tt/ch/ device and the
|
||||
<tt/chio/ command. The details of how you actually control the
|
||||
changer can be found in the <tt/chio(1)/ man page.
|
||||
|
||||
|
@ -1912,7 +1912,7 @@ pseudo-device vn #Vnode driver (turns a file into a device)
|
|||
<sect1>
|
||||
<heading>Why are login names <bf/still/ resticted to 8 characters</heading>
|
||||
|
||||
You'd think it'd be easy enough to change <bf/UT_NAMESIZE/ and rebuild
|
||||
<p>You'd think it'd be easy enough to change <bf/UT_NAMESIZE/ and rebuild
|
||||
the whole world, and everything would just work. Unfortunately there's
|
||||
scads of applications and utilities (including system tools) that have
|
||||
hard-coded small numbers (not always "8" or "9", but oddball ones
|
||||
|
@ -2746,7 +2746,7 @@ disk fd1 at fdc0 drive 1
|
|||
option.
|
||||
|
||||
<tt>
|
||||
options "MAXMEM=<n>"
|
||||
options "MAXMEM=<n>"
|
||||
</tt>
|
||||
|
||||
Where <tt/n/ is your memory in Kilobytes. For a 128 MB machine,
|
||||
|
@ -2763,7 +2763,7 @@ disk fd1 at fdc0 drive 1
|
|||
the amount of VM available for mbuf clusters by adding:
|
||||
|
||||
<tt>
|
||||
options "NMBCLUSTERS=<n>"
|
||||
options "NMBCLUSTERS=<n>"
|
||||
</tt>
|
||||
|
||||
to your kernel config file, where <n> is a number in the
|
||||
|
|
Loading…
Reference in a new issue