aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-03-18 01:54:55 +0100
committerpacien2018-03-18 01:54:55 +0100
commit6a979da2d6c2cf3347c6cad0439518a5f084648e (patch)
treef0e10afd6ddda55da6a7b85610119f41f129299e
parent695003b9d43b2968eaca3620b58736ba2932de73 (diff)
downloadmempager-simulator-6a979da2d6c2cf3347c6cad0439518a5f084648e.tar.gz
Add example to manpage
-rw-r--r--myMemory.119
1 files 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.
60.B foo 60.B foo
61can only handle new style baz segments. COBOL 61can only handle new style baz segments. COBOL
62object libraries are not supported in this version. 62object libraries are not supported in this version.
63.SH BUGS 63.SH EXAMPLE
64The command name should have been chosen more carefully 64.nf
65to reflect its purpose. 65% ./myMemory.py -s 3 -v 8 -a fifo
66> 7 7xx
67> 0 70x
68> 1 701
69> 2 201
70> 0 201
71> 3 231
72> p 231 70xxxxxx
73> 0 230
74> 4 430
75> 2 420
76> p 420 70123xxx
77> x
78.fi
66.SH AUTHORS 79.SH AUTHORS
67Pacien TRAN-GIRARD 80Pacien TRAN-GIRARD
68Adam NAILI 81Adam NAILI