diff options
Diffstat (limited to 'src/lib/librelib.7.ronn')
-rw-r--r-- | src/lib/librelib.7.ronn | 4 |
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 |