aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-18 01:35:11 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-18 01:51:46 +0100
commit28fc1a05fe9d006a16fe377c100078e30e37d243 (patch)
treecf30cb60ea03f4908cea0e3e2ebe06c59c50fa4b
parentc82e68cd45f1e69d99faee66678a77eaa3457014 (diff)
downloadman-pages-28fc1a05fe9d006a16fe377c100078e30e37d243.tar.gz
path_resolution.7: Work around groff(1) bug
Link: <https://savannah.gnu.org/bugs/?65320> Link: <https://savannah.gnu.org/bugs/?65322> Link: <https://lists.gnu.org/archive/html/groff/2024-02/msg00039.html> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man7/path_resolution.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/path_resolution.7 b/man7/path_resolution.7
index 07c5a8d74a..8cb369a0db 100644
--- a/man7/path_resolution.7
+++ b/man7/path_resolution.7
@@ -132,7 +132,7 @@ we are just creating it.
The details on the treatment
of the final entry are described in the manual pages of the specific
system calls.
-.SS . and ..
+.SS "\&. and .."
By convention, every directory has the entries "." and "..",
which refer to the directory itself and to its parent directory,
respectively.