summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg4
-rw-r--r--man/1/pkg2
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/pkg b/bin/pkg
index 7400fdf..cb3e144 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -487,7 +487,7 @@ function populate_collected {
section=${i:h:t}
manpage=${i:t}
if (podchecker man/$section/$manpage &> /dev/null) {
- pod2man -s $section -c "$1 package" -r $HOME man/$section/$manpage > $PDIR/.collected/man/man$section/$manpage.$section
+ pod2man -u -s $section -c "$1 package" -r $HOME man/$section/$manpage > $PDIR/.collected/man/man$section/$manpage.$section
say -n "+"
(( mans++ ))
} else {
@@ -499,7 +499,7 @@ function populate_collected {
if [[ -d bin ]] {
for i in bin/*; {
if (podchecker $i &> /dev/null) {
- pod2man $i > $PDIR/.collected/man/man1/${i:t}.1
+ pod2man -u $i > $PDIR/.collected/man/man1/${i:t}.1
say -n "+"
(( bins++ ))
} else {
diff --git a/man/1/pkg b/man/1/pkg
index 0d263b5..aa9db16 100644
--- a/man/1/pkg
+++ b/man/1/pkg
@@ -163,7 +163,7 @@ Daniel Friesel <derf@derf.homelinux.org>
for pointing out various bugs and design mistakes
-=item * Maximilian Gass (mxey)
+=item * Maximilian GaE<szlig> (mxey)
many ideas and suggestions