diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-16 21:35:47 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-16 21:35:47 -0700 |
commit | c5d0fdcd677e46b7536a47812e63a1460559fd1c (patch) | |
tree | ad5515dc9a0dafa4af27bd99b6ecbe4311f4bd6c | |
parent | e0fa761ad7a76f760fb358f5d5855bdd55eef13c (diff) | |
download | txr-c5d0fdcd677e46b7536a47812e63a1460559fd1c.tar.gz txr-c5d0fdcd677e46b7536a47812e63a1460559fd1c.tar.bz2 txr-c5d0fdcd677e46b7536a47812e63a1460559fd1c.zip |
* txr.1: Fixed inconsistency in style of some function headings.
-rw-r--r-- | txr.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -24743,7 +24743,7 @@ In the current implementation, signals do not queue. If a signal is delivered to the process again, while it is marked as deferred, it simply stays deferred; there is no counter associated with a signal, only a boolean flag. -.coNP The @ sig-check function +.coNP Function @ sig-check .synb (sig-check) .syne @@ -24762,7 +24762,7 @@ function may be inserted into CPU-intensive code that has no opportunity to be interrupted by signals, because it doesn't invoke any I/O functions. -.coNP The @ kill function +.coNP Function @ kill .synb .mets (kill < process-id <> [ signal ]) .syne @@ -25182,7 +25182,7 @@ Messages sent to are delimited by newline characters. That is to say, each line of text written to the stream is a new log. -.coNP The @ openlog function +.coNP Function @ openlog .synb .mets (openlog < id-string >> [ options <> [ facility ]]) .syne @@ -25228,7 +25228,7 @@ If it is missing, then .code log-user is assumed. -.coNP The @ closelog function +.coNP Function @ closelog .synb (closelog) .syne @@ -25238,7 +25238,7 @@ The function is a wrapper for the C function .codn closelog . -.coNP The @ setlogmask function +.coNP Function @ setlogmask .synb .mets (setlogmask << bitmask-integer ) .syne @@ -25271,7 +25271,7 @@ function should be used on these values. (setlogmask (mask log-emerg log-alert)) .cble -.coNP The @ syslog function +.coNP Function @ syslog .synb .mets (syslog < priority < format << format-arg *) .syne |