From: Thomas Roessler Date: Tue, 17 Aug 1999 11:56:02 +0000 (+0000) Subject: cosmetics; mention warranties in the manual page. X-Git-Tag: mutt-0-96-4-rel~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c8c841ebe8020d1f3d8ead2a7cd848a50194e74;p=mutt cosmetics; mention warranties in the manual page. --- diff --git a/doc/mutt.man b/doc/mutt.man index 3d74b893..a8ce708f 100644 --- a/doc/mutt.man +++ b/doc/mutt.man @@ -138,12 +138,17 @@ The help line for the index menu is not updated if you change the bindings for one of the functions listed while Mutt is running. .SH Y2K COMPLIANCE .PP -The date handling routines used by mutt are able to cope with the -new century. Note that the only place where mutt parses two-digit -year specifications is in date patterns. At that place, there is no -problem with Y2K as well, but two-digit year specifications will -produce unexpected results in 2070, unless someone is going to adapt -things until then. +The date handling routines used by mutt are supposed to be able to +cope with the new century. Note that the only place where mutt +parses two-digit year specifications is in date patterns. At that +place, there is no problem with Y2K as well, but two-digit year +specifications will produce unexpected results in 2070, unless +someone is going to adapt things until then. +.SH NO WARRANTIES +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. .SH SEE ALSO .PP .BR muttrc (5), @@ -155,6 +160,8 @@ things until then. .BR mailcap (5) .PP Mutt Home Page: http://www.mutt.org/ +.PP +The GNU General Public License. .SH AUTHOR .PP Michael Elkins, and others. Use to contact diff --git a/main.c b/main.c index a5bc2a07..5aeb8975 100644 --- a/main.c +++ b/main.c @@ -224,6 +224,7 @@ static void show_version (void) #ifdef _PGPPATH + "\n" #ifdef HAVE_PGP5 "+HAVE_PGP5 " #endif @@ -233,6 +234,7 @@ static void show_version (void) #ifdef HAVE_GPG "+HAVE_GPG " #endif + "\n" #endif