aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-28 14:59:00 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-28 14:59:34 +0100
commitc75cdeb4ce8cbdac77e0c47097d7a6fdef9701b3 (patch)
tree4f35eb6d877ab1a364d24df4932b4eae1d87fbbc
parent2775c777830d109e5104f6dd25731fc254b23ffd (diff)
downloadman-pages-c75cdeb4ce8cbdac77e0c47097d7a6fdef9701b3.tar.gz
uri.7: tfix (logical quoting style)
Reported-by: Alejandro Colomar <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/uri.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/uri.7 b/man7/uri.7
index 44d1cb6cbb..f20390cb8e 100644
--- a/man7/uri.7
+++ b/man7/uri.7
@@ -291,7 +291,7 @@ A more portable syntax is to use an empty string as the server name,
for example,
<file:///etc/passwd>; this form does the same thing
and is easily recognized by pattern matchers and older programs as a URI.
-Note that if you really mean to say "start from the current location," don't
+Note that if you really mean to say "start from the current location", don't
specify the scheme at all; use a relative address like <../test.txt>,
which has the side-effect of being scheme-independent.
An example of this scheme is <file:///etc/passwd>.