diff options
author | pacien | 2018-03-18 01:54:55 +0100 |
---|---|---|
committer | pacien | 2018-03-18 01:54:55 +0100 |
commit | 6a979da2d6c2cf3347c6cad0439518a5f084648e (patch) | |
tree | f0e10afd6ddda55da6a7b85610119f41f129299e | |
parent | 695003b9d43b2968eaca3620b58736ba2932de73 (diff) | |
download | mempager-simulator-6a979da2d6c2cf3347c6cad0439518a5f084648e.tar.gz |
Add example to manpage
-rw-r--r-- | myMemory.1 | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -60,9 +60,22 @@ Old style baz segments. | |||
60 | .B foo | 60 | .B foo |
61 | can only handle new style baz segments. COBOL | 61 | can only handle new style baz segments. COBOL |
62 | object libraries are not supported in this version. | 62 | object libraries are not supported in this version. |
63 | .SH BUGS | 63 | .SH EXAMPLE |
64 | The command name should have been chosen more carefully | 64 | .nf |
65 | to 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 |
67 | Pacien TRAN-GIRARD | 80 | Pacien TRAN-GIRARD |
68 | Adam NAILI | 81 | Adam NAILI |