summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleot <leot@NetBSD.org>2020-06-07 15:37:04 +0000
committerleot <leot@NetBSD.org>2020-06-07 15:37:04 +0000
commita64892a0aaa8b6d067a6dda73dd0d0aeaf6a8dfe (patch)
tree1dbbc5079e1b31655dca5cb6d7262b2732cf968d
parentb7176f74c6ada919c7309e154a45c4ddd0de4627 (diff)
downloadbsdgames-darwin-a64892a0aaa8b6d067a6dda73dd0d0aeaf6a8dfe.tar.gz
bsdgames-darwin-a64892a0aaa8b6d067a6dda73dd0d0aeaf6a8dfe.tar.zst
bsdgames-darwin-a64892a0aaa8b6d067a6dda73dd0d0aeaf6a8dfe.zip
Properly quote printf string
Noticed by Ottavio Caruso on #netbsd@Freenode, thanks!
-rw-r--r--fortune/datfiles/netbsd-tips2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortune/datfiles/netbsd-tips b/fortune/datfiles/netbsd-tips
index 61324adb..09d2b0ad 100644
--- a/fortune/datfiles/netbsd-tips
+++ b/fortune/datfiles/netbsd-tips
@@ -51,7 +51,7 @@ space for virtual memory:
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