Bug 183242

Summary: Missing newlines
Product: [Fedora] Fedora Reporter: Jan Kratochvil <jan>
Component: fedora-docsAssignee: Karsten Wade <kwade>
Status: CLOSED DUPLICATE QA Contact: Tammy Fox <tammy.c.fox>
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://fedora.redhat.com/docs/release-notes/fc5/test3-latest-en/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-30 19:34:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Kratochvil 2006-02-27 19:17:50 UTC
Description of problem:
Lines are concatenated.

Version-Release number of selected component (if applicable):
fc5test3 release notes


Additional info:

yum install yum-utilsyumdownloader --source kernel
->
yum install yum-utils
yumdownloader --source kernel

cd /usr/src/redhat/SPECSrpmbuild -bp --target $(arch) kernel-2.6.spec
->
cd /usr/src/redhat/SPECS
rpmbuild -bp --target $(arch) kernel-2.6.spec

alternatives --config java  alternatives --config javac
->
alternatives --config java
alternatives --config javac

Comment 1 Karsten Wade 2006-03-30 19:34:39 UTC
Thanks, these were fixed for the FC5 notes, they were caused a bug in the output
from the Wiki.

*** This bug has been marked as a duplicate of 181808 ***