aboutsummaryrefslogtreecommitdiff
path: root/toys/other/pmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/pmap.c')
-rw-r--r--toys/other/pmap.c4
1 files changed, 2 insertions, 2 deletions
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