diff options
author | Gerrit Pape <pape@smarden.org> | 2008-04-20 20:38:57 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2008-04-20 20:38:57 +0000 |
commit | ed673f8f525aead9418d34faea94b83c71b4eaa7 (patch) | |
tree | ce3dd102dc86c70d1b28b6563386c6b3e3aa32c6 /man | |
parent | 1e83f029d97222fdbda1a26a920199528e72e72d (diff) | |
download | runit-ed673f8f525aead9418d34faea94b83c71b4eaa7.tar.gz runit-ed673f8f525aead9418d34faea94b83c71b4eaa7.tar.xz runit-ed673f8f525aead9418d34faea94b83c71b4eaa7.zip |
sv.c: service name is also relative to the current directory if it ends with a slash.
Diffstat (limited to 'man')
-rw-r--r-- | man/sv.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sv.8 b/man/sv.8 index 3d538c0..9de05e4 100644 --- a/man/sv.8 +++ b/man/sv.8 @@ -28,8 +28,8 @@ used by .BR runsv (8). If .I service -doesn't start with a dot or slash, it is searched in the default services -directory +doesn't start with a dot or slash and doesn't end with a slash, it is +searched in the default services directory .IR /var/service/ , otherwise relative to the current directory. .P |