Bug 33609

Summary: Corrections for Italian new-users article
Product: Documentation Reporter: willythemax <willythemax>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
article.diff none

Description willythemax 2002-01-06 14:50:05 UTC
	Corrected some mispellings and inserted accented characters support (in italian we often
	use accents)

Fix: Here's the diff file to apply.
Comment 1 Peter Pentchev 2002-01-06 15:24:06 UTC
On Sun, Jan 06, 2002 at 03:43:05PM +0100, Max Stucchi wrote:
> 
> >Number:         33609
> >Category:       docs
> >Synopsis:       Corrections for Italian new-users article
> >Originator:     Max Stucchi
> >Release:        FreeBSD 4.5-PRERELEASE i386
> 	
> >Description:
> 	Corrected some mispellings and inserted accented characters support (in italian we often
> 	use accents)
> >How-To-Repeat:
> 	
> >Fix:
> 	Here's the diff file to apply.

I might be wrong, but shouldn't the character entities end with a ';' ?
Like &eacute; and &ograve; ?

G'luck,
Peter

-- 
I am not the subject of this sentence.
Comment 2 Tom Hukins freebsd_committer freebsd_triage 2002-01-06 15:37:13 UTC
On Sun, Jan 06, 2002 at 07:30:02AM -0800, Peter Pentchev wrote:
>  
>  I might be wrong, but shouldn't the character entities end with a ';' ?
>  Like &eacute; and &ograve; ?

You're correct.  The patch should definitely be amended to account for
this.

Tom
Comment 3 phantom 2002-01-06 16:11:58 UTC
hi,

On Sun, Jan 06, 2002 at 07:30:02AM -0800, Peter Pentchev wrote:

>  I might be wrong, but shouldn't the character entities end with a ';' ?
>  Like &eacute; and &ograve; ?

You're absolutely correct Peter. All SGML entities should start with
'&' and end with ';'.

Max, please fix it in you patch.
Comment 4 Alexey Zelkin freebsd_committer freebsd_triage 2002-01-09 11:28:54 UTC
State Changed
From-To: open->closed