Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91525 - a bit of code is outside of a code span
Summary: a bit of code is outside of a code span
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Vi HOWTO (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Jose Luis Rivero (yoswink) (RETIRED)
URL: http://www.gentoo.org/doc/en/vi-guide...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-04 23:00 UTC by Jeff Ames
Modified: 2005-05-11 21:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fixed coding error (vi-guide.diff,614 bytes, patch)
2005-05-10 19:25 UTC, Sean D. Quinn
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Ames 2005-05-04 23:00:16 UTC
In doc_chap8_sect6 of vi-guide.xml:

"If autoindent wasn't enabled automatically, you can manually enable it
by typing in the <span class="emphasis">ex</span> command <span class="code">:set</span> autoindent."

The last span should include autoindent as part of the code.
Comment 1 Sean D. Quinn 2005-05-10 19:25:20 UTC
Created attachment 58635 [details, diff]
Fixed coding error

Fixed coding error. Up to devs now.
Comment 2 Jose Luis Rivero (yoswink) (RETIRED) gentoo-dev 2005-05-11 18:22:32 UTC
Now in cvs, thanks Jeff and Sean.

A little note to Jeff:
Jeff, your report is perfectly valid but, if next time you want to look inside our docs source code, you should check xml code from where html is generated. We never touch html.

This can be done via viewcvs: http://www.gentoo.org/cgi-bin/viewcvs.cgi/en/?root=doc
Comment 3 Sean D. Quinn 2005-05-11 19:49:26 UTC
Yeah, I know the party's over, but I might as well add that I fixed a <d> tag in GuideXML, not that </span> tag. The <d> is XML format, the <span> is HTML. It's no problem, though, I got the jist.
Comment 4 Shyam Mani (RETIRED) gentoo-dev 2005-05-11 21:45:41 UTC
<c>, you mean :) For a sec I was wonder where a <d> came into GuideXML