aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/man.lua
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-12-28 13:49:44 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-01-02 22:00:06 +0100
commitb3eda5e73f65092d50ccd27a0373e8b9fad076b0 (patch)
treeaf89c0def50462e8edbf6f8114de6d9eac4bab32 /runtime/lua/man.lua
parent735aa4c4c89943b26f1d6ba0d3e076002490c09d (diff)
downloadrneovim-b3eda5e73f65092d50ccd27a0373e8b9fad076b0.tar.gz
rneovim-b3eda5e73f65092d50ccd27a0373e8b9fad076b0.tar.bz2
rneovim-b3eda5e73f65092d50ccd27a0373e8b9fad076b0.zip
docs: small fixes
Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: HiPhish <hiphish@posteo.de> Co-authored-by: JD Rudie <rudiejd@miamioh.edu>
Diffstat (limited to 'runtime/lua/man.lua')
-rw-r--r--runtime/lua/man.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/man.lua b/runtime/lua/man.lua
index dcdfc2b87f..ac15aff60c 100644
--- a/runtime/lua/man.lua
+++ b/runtime/lua/man.lua
@@ -238,7 +238,7 @@ local function get_path(sect, name, silent)
-- If you run man -w strlen and string.3 comes up first, this is a problem. We
-- should search for a matching named one in the results list.
-- However, if you search for man -w clock_gettime, you will *only* get
- -- clock_getres.2, which is the right page. Searching the resuls for
+ -- clock_getres.2, which is the right page. Searching the results for
-- clock_gettime will no longer work. In this case, we should just use the
-- first one that was found in the correct section.
--