Bug 2159610

Summary: "6.2. Using the UBI micro images" has command on single line instead of multiple lines
Product: Red Hat Enterprise Linux 9 Reporter: Christian Horn <chorn>
Component: DocumentationAssignee: Gabriela Nečasová <gnecasov>
Documentation sub component: default QA Contact: RHEL DPM <rhel-docs>
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: unspecified    
Priority: medium CC: gnecasov, rhel-docs
Version: unspecifiedKeywords: Documentation
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-01-19 00:18:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christian Horn 2023-01-10 06:32:58 UTC
Document URL: 
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/building_running_and_managing_containers/index#proc_using-the-ubi-micro-images_assembly_adding-software-to-a-ubi-container

Section Number and Name: 
6.2. Using the UBI micro images

Describe the issue: 
Following is not formatted correctly to my understanding:
```
# dnf install \ --installroot $micromount \ --releasever=/ \ --setopt install_weak_deps=false \ --setopt=reposdir=/etc/yum.repos.d/ \ --nodocs -y \ httpd
# dnf clean all \ --installroot $micromount
```

Suggestions for improvement: 
```
# dnf install \
    --installroot $micromount \
    --releasever=/ \
    --setopt install_weak_deps=false \
    --setopt=reposdir=/etc/yum.repos.d/ \
    --nodocs -y \
     httpd
# dnf clean all \
    --installroot $micromount
```

Comment 1 Gabriela Nečasová 2023-01-10 17:50:08 UTC
Hello Christian, 

Thank you for your report, I am working on it right now.

Comment 3 Gabriela Nečasová 2023-01-16 11:39:44 UTC
Hello Christian, 
please can I close this ticket?

Comment 4 Christian Horn 2023-01-17 00:13:17 UTC
Hoi,

rhel8 looks good, but the rhel9 link has still this:

  # dnf clean all \ *--installroot $micromount

Chris

Comment 6 Christian Horn 2023-01-19 00:18:08 UTC
Thanks, looks great!