From eb7e847adcecf11cd8fd99077ba3a582abe60146 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 25 May 2017 17:56:11 -0700 Subject: Be more consistent about periods in help text. --- toys/other/pmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/other/pmap.c') diff --git a/toys/other/pmap.c b/toys/other/pmap.c index a93ea3ee..abb0a337 100644 --- a/toys/other/pmap.c +++ b/toys/other/pmap.c @@ -15,8 +15,8 @@ config PMAP Reports the memory map of a process or processes. - -x Show the extended format. - -q Do not display some header/footer lines. + -x Show the extended format + -q Do not display some header/footer lines */ #define FOR_pmap -- cgit v1.2.3