[pacman-dev] [PATCH 1/2] doc: Fix pacman-key title formatting
Signed-off-by: William Giokas <1007380@gmail.com> --- doc/pacman-key.8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pacman-key.8.txt b/doc/pacman-key.8.txt index ceedf83..f454074 100644 --- a/doc/pacman-key.8.txt +++ b/doc/pacman-key.8.txt @@ -119,7 +119,7 @@ Options Providing a Keyring for Import[[PK]] ------------------------------- +------------------------------------ A distribution or other repository provided may want to provide a set of PGP keys used in the signing of its packages and repository databases that can be readily imported into the pacman keyring. This is achieved by providing a -- 1.8.2.rc1.24.g06d67b8
Signed-off-by: William Giokas <1007380@gmail.com> --- Not needed, I just didn't think that the different /path/to/whatever's should be formatted differently, and this seemed to be the odd one out. I realize that it's a file, and so it may make some sense, but formatting wise it just looks out of place. Feel free not to include it. doc/pacman.conf.5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 5d83638..83a399e 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -79,7 +79,7 @@ Options *NOTE*: this is an absolute path, the root path is not automatically prepended. -*LogFile =* '/path/to/file':: +*LogFile =* /path/to/file:: Overrides the default location of the pacman log file. A typical default is +{localstatedir}/log/pacman.log+. This is an absolute path and the root directory is not prepended. -- 1.8.2.rc1.24.g06d67b8
On 12/03/13 13:10, William Giokas wrote:
Signed-off-by: William Giokas <1007380@gmail.com> --- Not needed, I just didn't think that the different /path/to/whatever's should be formatted differently, and this seemed to be the odd one out. I realize that it's a file, and so it may make some sense, but formatting wise it just looks out of place.
Feel free not to include it.
Make sense to me.
doc/pacman.conf.5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 5d83638..83a399e 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -79,7 +79,7 @@ Options *NOTE*: this is an absolute path, the root path is not automatically prepended.
-*LogFile =* '/path/to/file':: +*LogFile =* /path/to/file:: Overrides the default location of the pacman log file. A typical default is +{localstatedir}/log/pacman.log+. This is an absolute path and the root directory is not prepended.
participants (2)
-
Allan McRae
-
William Giokas