Opened 6 months ago

Closed 6 months ago

#20574 closed defect (fixed)

Incorrect spaces, missing periods and such - BLFS r12.2-440

Reported by: rhubarbpieguy Owned by: blfs-book
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description (last modified by Bruce Dubbs)

-----------------------------------------------------------------------------------------------installed.
general/prog/perl-deps/perl-datetime-timezone.xml:	this is a dependency) has already been installed

------------------------------------X.  (the . is currently outside </ulink> on line 45)
x/wm/wm.xml:	Window Managers for X .

----------------------------------------DirectFB,  (the , is currently outside </ulink> on line 86)
networking/textweb//links.xml:          DirectFB ,

----------------------------------------libgssapi,  (the , is currently outside </ulink> on line 93)
networking/netprogs//nfs-utils.xml:	libgssapi ,          
--------------------------------------------------------------------------GDBM,  (the , is currently outside </application> on line 300)
server/mail/exim.xml:	To use a backend database other than <application>GDBM

-------------------------------------------------------------------------------------------------------------example.  (the . is currently outside </filename> on line 179)
multimedia/audioutils/vorbistools.xml:	<filename>/usr/share/doc/vorbis-tools-&vorbistools-version;/ogg123rc-example


	The following display the lines as they appear in the documentation as I'm uncertain of the xml solution.


------------------------------------------------TCP.
appendices/glossary.xml:               See Also TCP .

------------------------------------------------SMB.
appendices/glossary.xml:               See Also SMB .

-----------------------------------------------------------------------------------VCS.
general/prog/python-dependencies/hatch-vcs.xml:	plugin for versioning with several VSC .

-----------------------------------------------------------------------------------------GRUB.
postlfs/filesystems/uefi-bootloaders/efibootmgr.xml:	 the EFI boot loader provided by GRUB .

------------------------------------asciidoc-10.21.1,
general/prog/git.xml:		and asciidoc-10.21.1 ,

-----------------------------------------------------MemoryHigh=8G,
introduction/important/building-notes.xml:	with MemoryHigh=8G ,

------------------------lm-sensors-3-6-0,
x/installing/mesa.xml:	lm-sensors-3-6-0 ,

Change History (1)

comment:1 by Bruce Dubbs, 6 months ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

I fixed most of these. It was caused by having spaces after the end of a tag. For instance:

   <ulink long url here
   </ulink>.

The spaces before the </ulink> are rendered as a single space.

I could not fix the spaces in the glossary. They are not in the xml file. We would need to add a command in the Makefile to remove those, probably before running tidy. I do not think those periods are significant and we can live with them.

An alternative could be to remove the three <glossseealso> entries in the glossary or write the equivalent without the <glossseealso> tag. The entries that have this construct are ORB, CIFS, and IP,

Note: See TracTickets for help on using tickets.