Skip to content

Commit

Permalink
Fix formatting in the rpmsort man page.
Browse files Browse the repository at this point in the history
In the EXAMPLES section the backslash and apostrophe need escaping to
produce command that is actually usable.
  • Loading branch information
janblazek authored and ffesti committed Oct 14, 2024
1 parent c2cc3c3 commit b2fd4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/man/rpmsort.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ EXAMPLES
========

\
***$ echo -e 'rpm-4.18.0-3.fc38.x86_64\nrpm-4.18.0-1.fc38.x86_64' | rpmsort \
***$ echo -e \'rpm-4.18.0-3.fc38.x86_64\\nrpm-4.18.0-1.fc38.x86_64\' | rpmsort \
rpm-4.18.0-1.fc38.x86_64 \
rpm-4.18.0-3.fc38.x86_64***

Expand Down

0 comments on commit b2fd4eb

Please sign in to comment.