Commit 282d8636 282d86366cfc3eb2885efd31b24b1845339e13be by Sergey Poznyakoff

Minor fixes

1 parent df97d977
...@@ -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
......