diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-06-28 20:14:43 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-06-28 20:14:43 +0200 |
commit | 9dc907361c8398c714fed81a65cd447803ae1a8d (patch) | |
tree | 2b850e4e0f84b82c4cd2b1f123b1a1bd51bdd9f6 /sys/man/4 | |
parent | 899ec4d0b568a6d51a85e5344733a2189a7ba1ec (diff) |
hgfs(4): fix typo (thanks piroko)
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/hgfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/4/hgfs b/sys/man/4/hgfs index 1684f7c5d..0dc94ce0b 100644 --- a/sys/man/4/hgfs +++ b/sys/man/4/hgfs @@ -33,7 +33,7 @@ The repository may be specified by passing the working directory .I dir as the final argument. When omitted, .I hgfs -locates the repository by waking +locates the repository by walking upwards from the current working directory until the .B .hg sub-directory is found. If no |