index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Alastair Hughes <hobbitalastair@gmail.com> | 2015-12-04 19:47:08 +1300 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-12-06 00:04:49 +1000 |
commit | d069d9714af61749666ca4caa31ef66cfa35ee86 (patch) | |
tree | 2491151548446f1ca1a5b051dc50c7954c42dad5 | |
parent | a8e2578febbb71d1b788c7270c2be57ca1e64dec (diff) |
-rw-r--r-- | doc/makepkg.8.txt | 10 |
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index faf3e19f..2dff1b19 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -103,11 +103,11 @@ Options linkman:pacman[8]. *-L, \--log*:: - Enable makepkg build logging. This will use the *tee* program to send - output of the `build()` function to both the console and to a text file in - the build directory named `pkgname-pkgver-pkgrel-arch.log`. As mentioned - above, the build log will be localized so you may want to set your locale - accordingly if sharing the log output with others. + Enable logging. This will use the *tee* program to send the output of each + of the PKGBUILD functions to both the console and to a text file in the + build directory named `pkgbase-pkgver-pkgrel-arch-<function>.log`. + As mentioned above, the logs will be localized so you may want to set your + locale accordingly if sharing the log output with others. *-m, \--nocolor*:: Disable color in output messages. |