diff options
| author | mo khan <mo@mokhan.ca> | 2021-02-08 10:20:15 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-02-08 10:20:15 -0700 |
| commit | 33297397557c4c7c4b0eedcaf9221cda64931eab (patch) | |
| tree | 72a7b8e9de9af3f58bba487f018601ed91ea1ce4 | |
| parent | de49859bc506091ee83e5c5f506d9084363c52ad (diff) | |
improve alignment
| -rw-r--r-- | doc/assignment1.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/assignment1.md b/doc/assignment1.md index c15337d..be6f86b 100644 --- a/doc/assignment1.md +++ b/doc/assignment1.md @@ -33,9 +33,9 @@ Instructions: Please answer the following questions in complete sentences. Your 63) SIGRTMAX-1 64) SIGRTMAX ``` - Programs can also trap a signal and handle them. In the following example - the Ruby program is trapping the `SIGUSR1` signal to reload a configuration - file. + Programs can also trap a signal and handle them. In the following example + the Ruby program is trapping the `SIGUSR1` signal to reload a configuration + file. ```ruby #!/usr/bin/env ruby @@ -57,7 +57,7 @@ Instructions: Please answer the following questions in complete sentences. Your Process.kill("USR1", pid) ``` - When this program is run it will print a '.' 5 times then exit + When this program is run it will print a '.' 5 times and then exit. ```bash モ ruby lib/sigtrap.rb |
