diff --git a/doc/makepkg.conf.5.asciidoc b/doc/makepkg.conf.5.asciidoc index 76c27f6a..a5ff4c99 100644 --- a/doc/makepkg.conf.5.asciidoc +++ b/doc/makepkg.conf.5.asciidoc @@ -39,11 +39,11 @@ Options well, and any protocol can have a download agent. Any spaces in option arguments are required to be escaped to avoid being split. Several examples are provided in the default makepkg.conf. - + - If present, `%u` will be replaced with the download URL. Otherwise, the - download URL will be placed on the end of the command. If present, `%o` will - be replaced with the local file name, plus a ``.part'' extension, which allows - makepkg to handle resuming file downloads. ++ +If present, `%u` will be replaced with the download URL. Otherwise, the +download URL will be placed on the end of the command. If present, `%o` will +be replaced with the local file name, plus a ``.part'' extension, which allows +makepkg to handle resuming file downloads. **VCSCLIENTS=(**\'protocol::package' ...**)**:: Sets the packages required to fetch version controlled source files. When @@ -282,9 +282,9 @@ Options Specify a command prefix for running pacman as root. If unset, makepkg will check for the presence of sudo(8) and su(1) in turn, and try the first one it finds. - + - If present, `%c` will be replaced with the shell-quoted form of the command - to run. Otherwise, the command to run is appended to the auth command. ++ +If present, `%c` will be replaced with the shell-quoted form of the command +to run. Otherwise, the command to run is appended to the auth command. diff --git a/doc/pacman.conf.5.asciidoc b/doc/pacman.conf.5.asciidoc index fd765f3d..fbf6ba78 100644 --- a/doc/pacman.conf.5.asciidoc +++ b/doc/pacman.conf.5.asciidoc @@ -127,10 +127,10 @@ Options instances of `%o` will be replaced with the local filename, plus a ``.part'' extension, which allows programs like wget to do file resumes properly. - + - This option is useful for users who experience problems with built-in - HTTP/FTP support, or need the more advanced proxy support that comes with - utilities like wget. ++ +This option is useful for users who experience problems with built-in +HTTP/FTP support, or need the more advanced proxy support that comes with +utilities like wget. *NoUpgrade =* file ...:: All files listed with a `NoUpgrade` directive will never be touched during diff --git a/doc/repo-add.8.asciidoc b/doc/repo-add.8.asciidoc index 8de4485b..1b637c2e 100644 --- a/doc/repo-add.8.asciidoc +++ b/doc/repo-add.8.asciidoc @@ -1,5 +1,5 @@ repo-add(8) -========== +=========== Name ----