From 6a979da2d6c2cf3347c6cad0439518a5f084648e Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 18 Mar 2018 01:54:55 +0100 Subject: Add example to manpage --- myMemory.1 | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/myMemory.1 b/myMemory.1 index 5b851b9..d7a5827 100644 --- a/myMemory.1 +++ b/myMemory.1 @@ -60,9 +60,22 @@ Old style baz segments. .B foo can only handle new style baz segments. COBOL object libraries are not supported in this version. -.SH BUGS -The command name should have been chosen more carefully -to reflect its purpose. +.SH EXAMPLE +.nf +% ./myMemory.py -s 3 -v 8 -a fifo +> 7 7xx +> 0 70x +> 1 701 +> 2 201 +> 0 201 +> 3 231 +> p 231 70xxxxxx +> 0 230 +> 4 430 +> 2 420 +> p 420 70123xxx +> x +.fi .SH AUTHORS Pacien TRAN-GIRARD Adam NAILI -- cgit v1.2.3