Skip to content

Commit 9171c4d

Browse files
author
Vladimir Kotal
committed
more acronyms
1 parent d5a421b commit 9171c4d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

proc.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
682682
is taken as an expected \texttt{argv[0]}, the data on the stack are then
683683
accepted as the program arguments until the next \texttt{NULL} is found there.
684684
In the following example, run on some version of the FreeBSD system, \texttt{ls}
685-
is trying to list filenames that are environment variable names and values (the
685+
is trying to list file names that are environment variable names and values (the
686686
environment array contain strings \texttt{<varname>=<value>}), as those were on
687687
the stack because the environment was passed to the program being executed, as
688688
we already know. In my case, the output was:
@@ -1006,7 +1006,7 @@
10061006

10071007
\begin{itemize}
10081008
\item Memory file mapping is one of the implementations of shared memory. A
1009-
filename is used to describe the shared piece of memory.
1009+
file name is used to describe the shared piece of memory.
10101010
\item A memory mapped file is regularly written to disk.
10111011
\item Memory based disks and filesystem are provided by today's system. They
10121012
primarily rely on main memory for data storage, thus avoiding overhead of

unix_dict.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Illumos
33
Prog
44
Ctrl
55
O'Reilly
6+
API
67
APIs
78
DragonflyBSD
89
tcp
@@ -359,3 +360,12 @@ Rochkind
359360
janp
360361
corrigendums
361362
syscalls
363+
RISC
364+
NRU
365+
CVS
366+
IEEE
367+
PDF
368+
GitHub
369+
metadata
370+
login
371+
IP

0 commit comments

Comments
 (0)