Home Explore Blog CI



git

1st chunk of `Documentation/config/man.adoc`
e1c047d32d7f08f0bbac6b87f10e7df2d1c1d0249e7ed8be00000001000001b9
man.viewer::
	Specify the programs that may be used to display help in the
	'man' format. See linkgit:git-help[1].

man.<tool>.cmd::
	Specify the command to invoke the specified man viewer. The
	specified command is evaluated in shell with the man page
	passed as an argument. (See linkgit:git-help[1].)

man.<tool>.path::
	Override the path for the given tool that may be used to
	display help in the 'man' format. See linkgit:git-help[1].

Title: Man Page Viewer Configuration
Summary
Settings to customize the display of help in 'man' format, including specifying viewer programs, commands, and paths for various tools, allowing users to personalize their experience and override default settings as needed for effective documentation access.