diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-04-30 17:35:33 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-02 17:03:33 +0900 |
commit | 76a8788c141e9d4e2713acaa7886475fb6b27ca5 (patch) | |
tree | 39737a2b50579f34e6cbf2b58d905206928bdcf8 /Documentation/git-web--browse.txt | |
parent | 1f1cddd558b54bb0ce19c8ace353fd07b758510d (diff) | |
download | git-76a8788c141e9d4e2713acaa7886475fb6b27ca5.tar.gz |
doc: keep first level section header in upper case
When formatted as a man page, 1st section header is always in upper
case even if we write it otherwise. Make all 1st section headers
uppercase to keep it close to the final output.
This does affect html since case is kept there, but I still think it's
a good idea to maintain a consistent style for 1st section headers.
Some sections perhaps should become second sections instead, where
case is kept, and for better organization. I will update if anyone has
suggestions about this.
While at there I also make some header more consistent (e.g. examples
vs example) and fix a couple minor things here and there.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-web--browse.txt')
-rw-r--r-- | Documentation/git-web--browse.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-web--browse.txt b/Documentation/git-web--browse.txt index 2d6b09a43c..a4ec25b450 100644 --- a/Documentation/git-web--browse.txt +++ b/Documentation/git-web--browse.txt @@ -84,7 +84,7 @@ variable exists then 'git web{litdd}browse' will treat the specified tool as a custom command and will use a shell eval to run the command with the URLs passed as arguments. -Note about konqueror +NOTE ABOUT KONQUEROR -------------------- When 'konqueror' is specified by a command-line option or a |