diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/1/kill | 2 | ||||
| -rw-r--r-- | man/1/logon | 2 | ||||
| -rw-r--r-- | man/1/mk | 2 | ||||
| -rw-r--r-- | man/1/sh | 2 | ||||
| -rw-r--r-- | man/1/sh-std | 2 | ||||
| -rw-r--r-- | man/2/readdir | 2 | ||||
| -rw-r--r-- | man/2/registries | 2 | ||||
| -rw-r--r-- | man/2/spree-cardlib | 2 | ||||
| -rw-r--r-- | man/2/sys-0intro | 2 | ||||
| -rw-r--r-- | man/2/sys-dirread | 2 | ||||
| -rw-r--r-- | man/2/tkclient | 2 | ||||
| -rw-r--r-- | man/4/9srvfs | 2 | ||||
| -rw-r--r-- | man/5/version | 2 | ||||
| -rw-r--r-- | man/6/attrdb | 2 | ||||
| -rw-r--r-- | man/6/keytext | 2 | ||||
| -rw-r--r-- | man/6/ndb | 2 |
16 files changed, 16 insertions, 16 deletions
@@ -53,7 +53,7 @@ finds all such processes owned by .I user (default: the current user), and prints -.I sh (1) +.IR sh (1) commands to kill them. The commands can be piped to the shell or selectively run, releasing back to the system any resources owned by those processes. diff --git a/man/1/logon b/man/1/logon index f95e0850..46ec01d6 100644 --- a/man/1/logon +++ b/man/1/logon @@ -17,7 +17,7 @@ logon \- log on to Inferno .I Logon logs a user in to the Inferno environment. It requires -.I wm (1) +.IR wm (1) to be started first. If no .I user @@ -159,7 +159,7 @@ might be: .IP .EX %.dis: %.b - limbo $stem.b + limbo $stem.b cp $stem.dis /dis .EE .PP @@ -96,7 +96,7 @@ A Dis module will be executed only if it implements the .B Command interface (see -.IR sh (1)); +.IR command (2)); a script file will be executed only if it starts with the characters .RB `` #! '' diff --git a/man/1/sh-std b/man/1/sh-std index 0689d5e8..148e5f47 100644 --- a/man/1/sh-std +++ b/man/1/sh-std @@ -102,7 +102,7 @@ std, if, while, ~, no, !, apply, getlines, status, pctl, fn, and, or, raise, res .IB list } .br .B ${parse -.IB arg ] +.IB arg } .br .B ${pipe ( 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 diff --git a/man/4/9srvfs b/man/4/9srvfs index 19089931..83c9dbe9 100644 --- a/man/4/9srvfs +++ b/man/4/9srvfs @@ -16,7 +16,7 @@ It uses to make an Inferno service .I source available to Plan 9 applications via the Plan 9 service registry. -.I Srv9 (3) +.IR Srv9 (3) must previously have been bound to .B /srv in the current name space, with diff --git a/man/5/version b/man/5/version index 9fea7294..ac36394a 100644 --- a/man/5/version +++ b/man/5/version @@ -92,7 +92,7 @@ requests is called a The .B version message is generated by -.I sys-fversion (2). +.IR sys-fversion (2). It is also generated automatically, if required, by a .B mount or diff --git a/man/6/attrdb b/man/6/attrdb index eba77a1f..9a8f03a4 100644 --- a/man/6/attrdb +++ b/man/6/attrdb @@ -9,7 +9,7 @@ For instance, Inferno uses an attribute data base .IR ndb (6) to organise network configuration data. -.I Attrdb (2) +.IR Attrdb (2) is typically used by applications to search the data. .PP Each entry in the data base consists of one or more lines containing diff --git a/man/6/keytext b/man/6/keytext index 0e9876eb..173806e5 100644 --- a/man/6/keytext +++ b/man/6/keytext @@ -84,7 +84,7 @@ and then encoded in base-64 (as by Each value labelled .RI ` -name ' is -.I utf (6) +.IR utf (6) text not containing a newline; it is interpreted by an application and need not be a name. The expiry time @@ -114,7 +114,7 @@ accepted by Network applications might use other attributes of their own, which they document on their own pages. .PP -.I Cs (8) +.IR Cs (8) interprets a host name of the form .BI $ server as referring to the set of names and addresses that are values |
