Skip to content

Commit 6fefa66

Browse files
jmdycktaradinoc
authored andcommitted
Add newline at end-of-file
... for the few files that didn't already have it.
1 parent 9b0cd1c commit 6fefa66

6 files changed

+6
-6
lines changed

docs/19-compiled-programs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,4 @@ used immediately, and the fixups are completely ignored. If a
248248
pure-code file for this release doesn't exist, the fixup file is used
249249
to create a new copy of the file from an old one, and also a new
250250
version of the fixup file is created to go with the new pure-code
251-
file. This all goes on automatically behind the user's back.
251+
file. This all goes on automatically behind the user's back.

docs/20-coroutines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,4 @@ different `TYPE`s with similar properties.
348348
3. Bugs in multi-`PROCESS` programs usually exhibit a degree of
349349
subtlety and nastiness otherwise unknown to the human mind. If when
350350
attempting to work with multiple processes you begin to feel that you
351-
are rapidly going insane, you are in good company.
351+
are rapidly going insane, you are in good company.

docs/21-interrupts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,4 +716,4 @@ it as a value. If *pred* is not given, there had better be a named
716716

717717
suspends execution, interruptibly, without consuming any CPU time,
718718
for *time* seconds, where *time* is non-negative, and then returns
719-
`T`. *pred* is the same as for `HANG`.
719+
`T`. *pred* is the same as for `HANG`.

docs/22-storage-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,4 +370,4 @@ collection that results in all the arguments becoming pure and
370370
sharable, and ignored afterward by the garbage collector. No argument
371371
can live on the control stack or be of `PRIMTYPE` `PROCESS` or `LOCD`
372372
or `ASOC`. Sharing between operating-system processes actually occurs
373-
after a `SAVE`, if and when the `SAVE` file is `RESTORE`d.
373+
after a `SAVE`, if and when the `SAVE` file is `RESTORE`d.

docs/23-mdl-as-a-system-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ MDL is initially listening as `<UNAME>` `<JNAME>` with the built-in
134134

135135
signals to ITS (directly, not via the IPC device) that the daemon
136136
named by its argument should run now. It returns `T` if the daemon
137-
exists, `#FALSE ()` otherwise.
137+
exists, `#FALSE ()` otherwise.

docs/24-efficiency-and-tastefulness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,4 @@ looks better than
299299
```
300300

301301
You can see the nature of the choices. Nesting is still and all
302-
better than `GO`.
302+
better than `GO`.

0 commit comments

Comments
 (0)