summaryrefslogtreecommitdiff
path: root/man/2
diff options
context:
space:
mode:
Diffstat (limited to 'man/2')
-rw-r--r--man/2/readdir2
-rw-r--r--man/2/registries2
-rw-r--r--man/2/spree-cardlib2
-rw-r--r--man/2/sys-0intro2
-rw-r--r--man/2/sys-dirread2
-rw-r--r--man/2/tkclient2
6 files changed, 6 insertions, 6 deletions
diff --git a/man/2/readdir b/man/2/readdir
index c7acb7ec..643b5182 100644
--- a/man/2/readdir
+++ b/man/2/readdir
@@ -29,7 +29,7 @@ The integer element of the tuple is the number of entries
returned, or \-1 if there was an error reading the directory.
.B Readdir
differs from
-.I sys-dirread (2)
+.IR sys-dirread (2)
in returning the contents of the whole directory, not just a chunk of it,
and in allowing the result to be sorted.
.PP
diff --git a/man/2/registries b/man/2/registries
index f390b1ab..3a71b7b8 100644
--- a/man/2/registries
+++ b/man/2/registries
@@ -56,7 +56,7 @@ Registry: adt {
.SH DESCRIPTION
.B Registries
helps access and update the contents of one or more
-.I registry (4)
+.IR registry (4)
servers.
Each registry lists services, each described by a set of attribute/value pairs.
The attributes need not identify the service uniquely.
diff --git a/man/2/spree-cardlib b/man/2/spree-cardlib
index 6c495902..0629fa06 100644
--- a/man/2/spree-cardlib
+++ b/man/2/spree-cardlib
@@ -99,7 +99,7 @@ Selection: adt {
.I Cardlib
provides facilities to help in the implementation
of
-.I spree (2)
+.IR spree (2)
engines that implement the
.IR spree-cards (4)
interface.
diff --git a/man/2/sys-0intro b/man/2/sys-0intro
index fd132e58..27b36d18 100644
--- a/man/2/sys-0intro
+++ b/man/2/sys-0intro
@@ -195,7 +195,7 @@ An offset can also be passed as a parameter to
and
.B pwrite
(see
-.I sys-read (2)).
+.IR sys-read (2)).
.PP
Inferno provides no guarantee of consistency should
several processes access a file concurrently.
diff --git a/man/2/sys-dirread b/man/2/sys-dirread
index 1599d58b..d39c9b93 100644
--- a/man/2/sys-dirread
+++ b/man/2/sys-dirread
@@ -42,7 +42,7 @@ are allowed on directories only to seek to the start.
In general, several calls to
.B dirread
will be needed to read the whole directory.
-.I Readdir (2)
+.IR Readdir (2)
provides functions that return all the directory entries at once,
optionally sorted.
.SH SEE ALSO
diff --git a/man/2/tkclient b/man/2/tkclient
index c8bf5091..3a8c9ef4 100644
--- a/man/2/tkclient
+++ b/man/2/tkclient
@@ -181,7 +181,7 @@ for keyboard events, and
for pointer events.
.PP
The simplest well-behaved
-.I wm (1)
+.IR wm (1)
client will therefore contain:
.PP
.EX