Home Explore Blog CI



git

Documentation/config/man.adoc
0076b796e87d99fc1514a9a623ce511e8865b84ee79ce5b300000003000001b9
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].

Chunks
e1c047d3 (1st chunk of `Documentation/config/man.adoc`)
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.