summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-16 21:35:47 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-16 21:35:47 -0700
commitc5d0fdcd677e46b7536a47812e63a1460559fd1c (patch)
treead5515dc9a0dafa4af27bd99b6ecbe4311f4bd6c
parente0fa761ad7a76f760fb358f5d5855bdd55eef13c (diff)
downloadtxr-c5d0fdcd677e46b7536a47812e63a1460559fd1c.tar.gz
txr-c5d0fdcd677e46b7536a47812e63a1460559fd1c.tar.bz2
txr-c5d0fdcd677e46b7536a47812e63a1460559fd1c.zip
* txr.1: Fixed inconsistency in style of some function headings.
-rw-r--r--txr.112
1 files changed, 6 insertions, 6 deletions
diff --git a/txr.1 b/txr.1
index 2672da68..f20b7eaf 100644
--- a/txr.1
+++ b/txr.1
@@ -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