X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=manpages%2Fbin%2Fupdate-version.sh;h=725ebab0a2757a5c2e59e5bd1af5061e0953d289;hb=b14879f67399600c7330a384b0bfb9f13f349134;hp=1f7b7d32bbd89fee29238235ce2afa4fbae4d394;hpb=1b5ce4e2497ae5fd104469ca1f2d5a4cca5c0a0d;p=live-boot-grml.git diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh index 1f7b7d3..725ebab 100755 --- a/manpages/bin/update-version.sh +++ b/manpages/bin/update-version.sh @@ -1,7 +1,7 @@ #!/bin/sh -## live-boot(7) - System Boot Scripts -## Copyright (C) 2006-2013 Daniel Baumann +## live-boot(7) - System Boot Components +## Copyright (C) 2006-2013 Daniel Baumann ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it @@ -25,7 +25,7 @@ for MANPAGE in en/* do SECTION="$(basename ${MANPAGE} | awk -F. '{ print $2 }')" - sed -i -e "s|^.TH.*$|.TH ${PROGRAM} ${SECTION} ${DATE} ${VERSION} \"Debian Live Project\"|" ${MANPAGE} + sed -i -e "s|^.TH.*$|.TH ${PROGRAM} ${SECTION} ${DATE} ${VERSION} \"Live Systems Project\"|" ${MANPAGE} done # European date format