From a2b988c82b92e5140710a042c226b18d119fc7bf Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Thu, 16 Apr 2020 00:50:29 +0800 Subject: [PATCH] manpath: add page (#3976) --- pages/linux/manpath.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/manpath.md diff --git a/pages/linux/manpath.md b/pages/linux/manpath.md new file mode 100644 index 0000000000..6372d04fc4 --- /dev/null +++ b/pages/linux/manpath.md @@ -0,0 +1,11 @@ +# manpath + +> Determine the search path for manual pages. + +- Display the search path used to find man pages: + +`manpath` + +- Show the entire global manpath: + +`manpath --global`