summaryrefslogtreecommitdiff
path: root/src/lib/librelib.7.ronn
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-05 02:36:52 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-05 18:08:47 -0400
commit626705238075a1aceca518e4d464b5df6458750f (patch)
tree74d8d67eea8d4311de5f45f29ff2a26acb6bb3a2 /src/lib/librelib.7.ronn
parent739f574f08814694c1b85d72ae8964bc0f0bdf97 (diff)
quote calls to librelib
Diffstat (limited to 'src/lib/librelib.7.ronn')
-rw-r--r--src/lib/librelib.7.ronn4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/librelib.7.ronn b/src/lib/librelib.7.ronn
index 3116462..31fb65f 100644
--- a/src/lib/librelib.7.ronn
+++ b/src/lib/librelib.7.ronn
@@ -27,14 +27,14 @@ if they are invoked directly, the first argument is the library
routine to be executed. For example, the `messages` library may be
included, or executed:
- . $(librelib messages)
+ . "$(librelib messages)"
msg2 "Foo was found: %s" "$foo"
# or
libremessages msg2 "Foo was found: %s" "$foo"
The `blacklist` library is similar:
- . $(librelib blacklist)
+ . "$(librelib blacklist)"
blacklist-update
# or
libreblacklist update