Minor fixes
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
26 | are executed in sequence. Possible actions: | 26 | are executed in sequence. Possible actions: |
27 | 27 | ||
28 | beep -- Produce audible signal | 28 | beep -- Produce audible signal |
29 | echo STRING -- Output STRING to the user's tty | 29 | echo ARGS... -- Output ARGS to the user's tty |
30 | exec PROG ARGS... -- Execute given program (absolute pathname | 30 | exec PROG ARGS... -- Execute given program (absolute pathname |
31 | required) | 31 | required) |
32 | 32 | ||
... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
36 | $h -- Expands to hostname | 36 | $h -- Expands to hostname |
37 | $H{name} -- Expands to value of message header `name' | 37 | $H{name} -- Expands to value of message header `name' |
38 | $B(C,L) -- Expands to message body. C and L give maximum | 38 | $B(C,L) -- Expands to message body. C and L give maximum |
39 | number of characters and line in the expansion. | 39 | number of characters and lines in the expansion. |
40 | When omitted, they default to 400, 5. */ | 40 | When omitted, they default to 400, 5. */ |
41 | 41 | ||
42 | static unsigned | 42 | static unsigned | ... | ... |
-
Please register or sign in to post a comment