mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
news: Fix formatting.
* etc/news.scm: Add backslash to '--with-version' entry.
This commit is contained in:
parent
2adfdf5b95
commit
44dcacbb54
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
||||||
4.7.0, skipping its test suite:
|
4.7.0, skipping its test suite:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
guix shell gnome-clocks --with-version=gtk=4.7.0 \
|
guix shell gnome-clocks --with-version=gtk=4.7.0 \\
|
||||||
--without-tests=gtk -- gnome-clocks
|
--without-tests=gtk -- gnome-clocks
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
übersprungen wird.
|
übersprungen wird.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
guix shell gnome-clocks --with-version=gtk=4.7.0 \
|
guix shell gnome-clocks --with-version=gtk=4.7.0 \\
|
||||||
--without-tests=gtk -- gnome-clocks
|
--without-tests=gtk -- gnome-clocks
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
4.7.0, sans lancer sa suite de tests :
|
4.7.0, sans lancer sa suite de tests :
|
||||||
|
|
||||||
@example
|
@example
|
||||||
guix shell gnome-clocks --with-version=gtk=4.7.0 \
|
guix shell gnome-clocks --with-version=gtk=4.7.0 \\
|
||||||
--without-tests=gtk -- gnome-clocks
|
--without-tests=gtk -- gnome-clocks
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue