Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/fortune/datfiles Properly quote printf string
details: https://anonhg.NetBSD.org/src/rev/f79862045524
branches: trunk
changeset: 972775:f79862045524
user: leot <leot%NetBSD.org@localhost>
date: Sun Jun 07 15:37:04 2020 +0000
description:
Properly quote printf string
Noticed by Ottavio Caruso on #netbsd@Freenode, thanks!
diffstat:
games/fortune/datfiles/netbsd-tips | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 7d6e7f4f8d05 -r f79862045524 games/fortune/datfiles/netbsd-tips
--- a/games/fortune/datfiles/netbsd-tips Sun Jun 07 15:19:05 2020 +0000
+++ b/games/fortune/datfiles/netbsd-tips Sun Jun 07 15:37:04 2020 +0000
@@ -51,7 +51,7 @@
If your console ever gets broken, you can try resetting it to its
initial state with:
- printf "\033c
+ printf "\033c"
%
If you installed a package, but don't know what the software is
called or what executables to run, use pkg_info with the -L switch
Home |
Main Index |
Thread Index |
Old Index