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`