From ddd334733bb02974cb08f6f976e38eeeb8307b20 Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Wed, 10 Jun 2020 19:41:51 +0000 Subject: [PATCH] porters-handbook: Fix whitespace in example Fix whitespace in example in the submitting ports section of the porters handbook. This was broken in r54233. --- .../books/porters-handbook/quick-porting/chapter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml index 849148758b..84661135e4 100644 --- a/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml @@ -433,7 +433,7 @@ lib/X11/oneko/mouse.xpm create the shar archive: &prompt.user; cd .. - &prompt.user; tar cf oneko.shar --format shar oneko +&prompt.user; tar cf oneko.shar --format shar oneko oneko.shar can then be submitted in the same way as oneko.diff above.