]> granicus.if.org Git - neomutt/commitdiff
cosmetics; mention warranties in the manual page.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 17 Aug 1999 11:56:02 +0000 (11:56 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 17 Aug 1999 11:56:02 +0000 (11:56 +0000)
doc/mutt.man
main.c

index 3d74b8933b7b5b84a57236baca04dd994b2a8f86..a8ce708f02086cdaaa7478b208830fd9ed352e1e 100644 (file)
@@ -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 <mutt-dev@mutt.org> to contact
diff --git a/main.c b/main.c
index a5bc2a07e72d31099b361553a120becd58f5fdcb..5aeb897532a788115fc855deded36ff23eca774c 100644 (file)
--- 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