SGML: character data is not allowed
Lucky Green
shamrock at cypherpunks.to
Mon Apr 28 17:46:56 UTC 2003
Last bug in my chapter.sgml file:
------
/usr/local/bin/jade:/usr/doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml:2908:0:E:
character data is not allowed here
/usr/local/bin/jade:/usr/doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml:2908:123:E:
end tag for "NOTE" which is not finished
------
Line 2908 is the line starting with "The newfs"
------
<step><title>Creating a file system on the encrypted device</title>
<para>Once the encrypted device has been attached to the kernel, you can
create a file system on the device. To
create a file system on the encrypted device, use &man.newfs.8;. Since it
is much
faster to initialize a new UFS2 file system than it is to initialize
the old UFS file system, using &man.newfs.8; with the
<command>-O2</command> option is recommended.</para>
<screen>
&prompt.root; <userinput>newfs -O2 /dev/ad4s1c.bde</userinput>
</screen>
<note>
The newfs must be performed on an attached gbde partition which is
identified by a .bde extension to the device name.</note>
</step>
----
What's the fix?
Thanks,
--Lucky
More information about the freebsd-doc
mailing list