#164 closed defect (wontfix)
XML fixes
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
some instructions contains things like this:
<userinput>./configure --option more stuff \</userinput> <userinput> --last-options</userinput>
the </userinput> on the first line can go, the <userinput> on the second too, like:
<userinput>./configure --prefix=/usr --something \ --last-options &&</userinput>
Change History (10)
comment:1 by , 23 years ago
Resolution: | → later |
---|---|
Status: | new → closed |
comment:2 by , 23 years ago
comment:3 by , 23 years ago
Resolution: | later |
---|---|
Status: | closed → reopened |
comment:4 by , 23 years ago
there are still some problmes showing up, like at chroot command a dot appears after --login (well depends on the browser, saai@#lfs reported seeing one)
comment:7 by , 23 years ago
I've been through chapters 5 and 6 and converted the offending <para><screen><userinput>Blah</userinput> <userinput>Moreblah</userinput></screen></para>
to
<para><screen><userinput>Blah Moreblah</userinput></screen></para>
That should be the main part of the clean up done I think. I've tried not to break anything while doing it ;-)
comment:8 by , 23 years ago
Priority: | normal → highest |
---|
Seems to be done properly. Let's have a second look through all the XML code and see what else can be changed to have it look nicer.
comment:9 by , 23 years ago
Priority: | highest → lowest |
---|
comment:10 by , 22 years ago
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
Not going to fix docboook so close to getting rid of it.
I also think I have seen constructions like this:
<para>install blah by running the following:
<screen><userinput>foo bar</userinput></screen></para>
put the screen tags around seperate para tags if that's the case (so add a </para> to the end of the 'install blah by running' line)