diff options
-rw-r--r-- | myMemory.1 | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/myMemory.1 b/myMemory.1 new file mode 100644 index 0000000..5b851b9 --- /dev/null +++ b/myMemory.1 | |||
@@ -0,0 +1,69 @@ | |||
1 | .TH MYMEMORY 1 "MARCH 2018" UPEM "myMemory manual" | ||
2 | .SH NAME | ||
3 | myMemory.py \- Memory paging simulator | ||
4 | .SH SYNOPSIS | ||
5 | myMemory.py [-h] -s <main mem size> -v <virtual mem size> -a <fifo> | ||
6 | .SH DESCRIPTION | ||
7 | .B foo | ||
8 | frobnicates the bar library by tweaking internal | ||
9 | symbol tables. By default it parses all baz segments | ||
10 | and rearranges them in reverse order by time for the | ||
11 | .BR xyzzy (1) | ||
12 | linker to find them. The symdef entry is theni compressed | ||
13 | using the WBG (Whiz-Bang-Gizmo) algorithm. | ||
14 | All files are processed in the order specified. | ||
15 | .SH OPTIONS | ||
16 | .IP -b | ||
17 | Do not write `busy' to stdout while processing. | ||
18 | .IP "-c config-file" | ||
19 | Use the alternate system wide | ||
20 | .I config-file | ||
21 | instead of | ||
22 | .IR /etc/foo.conf . | ||
23 | This overrides any | ||
24 | .B FOOCONF | ||
25 | environment variable. | ||
26 | .IP -a | ||
27 | In addition to the baz segments, also parse the | ||
28 | blurfl headers. | ||
29 | .IP -r | ||
30 | Recursive mode. Operates as fast as lightning | ||
31 | at the expense of a megabyte of virtual memory. | ||
32 | .SH FILES | ||
33 | .I /etc/foo.conf | ||
34 | .RS | ||
35 | The system wide configuration file. See | ||
36 | .BR foo (5) | ||
37 | for further details. | ||
38 | .RE | ||
39 | .I ~/.foorc | ||
40 | .RS | ||
41 | Per user configuration file. See | ||
42 | .BR foo (5) | ||
43 | for further details. | ||
44 | .SH ENVIRONMENT | ||
45 | .IP FOOCONF | ||
46 | If non-null the full pathname for an alternate system wide | ||
47 | .IR foo.conf . | ||
48 | Overridden by the | ||
49 | .B -c | ||
50 | option. | ||
51 | .SH DIAGNOSTICS | ||
52 | The following diagnostics may be issued on stderr: | ||
53 | |||
54 | Bad magic number. | ||
55 | .RS | ||
56 | The input file does not look like an archive file. | ||
57 | .RE | ||
58 | Old style baz segments. | ||
59 | .RS | ||
60 | .B foo | ||
61 | can only handle new style baz segments. COBOL | ||
62 | object libraries are not supported in this version. | ||
63 | .SH BUGS | ||
64 | The command name should have been chosen more carefully | ||
65 | to reflect its purpose. | ||
66 | .SH AUTHORS | ||
67 | Pacien TRAN-GIRARD | ||
68 | Adam NAILI | ||
69 | |||