From 06dd61e8bf9150cac445058f47e65a9507506dcb Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Wed, 21 Mar 2018 01:33:00 -0700 Subject: [PATCH] bug fix for man download --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index f9e3f25..f8d6ae1 100755 --- a/inxi +++ b/inxi @@ -3225,7 +3225,7 @@ sub update_man { print "Check the error messages for what happened. Error: $b_downloaded\n"; } else { - print "Download/install of man page successful. Check to make sure it works: man inxi\n"; + print "Download/install of man page successful.\nCheck to make sure it works: man inxi\n"; } } else {