]> err.no Git - dpkg/commitdiff
Remove another Linux reference (will they ever end?)
authorWichert Akkerman <wakkerma@debian.org>
Thu, 2 Aug 2001 00:58:48 +0000 (00:58 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Thu, 2 Aug 2001 00:58:48 +0000 (00:58 +0000)
dpkg-deb/dpkg-deb.1
dpkg-deb/main.c

index 41efc8cd8bb14ece77e48bc825c3f002f07925c3..14d88e311ff2f5f967c97201f0a35962adf4b837 100644 (file)
@@ -1,6 +1,4 @@
-.\" Hey, Emacs!  This is an -*- nroff -*- source file.
-.\" Authors: Ian Jackson
-.TH DPKG\-DEB 1 "1st June 1996" "Debian Project" "Debian GNU/Linux manual"
+.TH DPKG\-DEB 1 "1st June 1996" "Debian Project" "dpkg suite"
 .SH NAME 
 dpkg\-deb \- Debian package archive (.deb) manipulation tool
 .SH SYNOPSIS
index c161386158ac74582c638c6fa884c423134988eb..aa58205cd4343b3b2728ed5cb4ba90c9d135660d 100644 (file)
@@ -41,7 +41,7 @@
 #include "dpkg-deb.h"
 
 static void printversion(void) {
-  if (fputs(_("Debian GNU/Linux `"), stdout) < 0) werr("stdout");
+  if (fputs(_("Debian `"), stdout) < 0) werr("stdout");
   if (fputs(BACKEND, stdout) < 0) werr("stdout");
   if (fputs(_("' package archive backend version "), stdout) < 0) werr("stdout");
   if (fputs(DPKG_VERSION_ARCH ".\n", stdout) < 0) werr("stdout");