summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commit1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /lib/libc/rpc
parentecf79cde9e1b8a35a0190579797cc483bcd50714 (diff)
downloadFreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip
FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r--lib/libc/rpc/rpc.34
-rw-r--r--lib/libc/rpc/rpc_svc_calls.32
-rw-r--r--lib/libc/rpc/rpc_svc_create.32
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3
index d1c19a4..e19ac41 100644
--- a/lib/libc/rpc/rpc.3
+++ b/lib/libc/rpc/rpc.3
@@ -23,11 +23,11 @@ to perform the requested service, and then sends back a reply.
.Pp
All
RPC routines require the header
-.Aq Pa rpc/rpc.h .
+.In rpc/rpc.h .
Routines that take a
.Vt "struct netconfig"
also require that
-.Aq Pa netconfig.h
+.In netconfig.h
be included.
.Sh Nettype
Some of the high-level
diff --git a/lib/libc/rpc/rpc_svc_calls.3 b/lib/libc/rpc/rpc_svc_calls.3
index 1118576..c3265d8 100644
--- a/lib/libc/rpc/rpc_svc_calls.3
+++ b/lib/libc/rpc/rpc_svc_calls.3
@@ -204,7 +204,7 @@ and thus not portable.
This macro returns a pointer to a
.Vt cmsgcred
structure, defined in
-.Aq Pa sys/socket.h ,
+.In sys/socket.h ,
identifying the calling client.
This only works if the client is
calling the server over an
diff --git a/lib/libc/rpc/rpc_svc_create.3 b/lib/libc/rpc/rpc_svc_create.3
index b1efa3a..4016a6c 100644
--- a/lib/libc/rpc/rpc_svc_create.3
+++ b/lib/libc/rpc/rpc_svc_create.3
@@ -260,7 +260,7 @@ structure comes from the TLI/XTI SysV interface, which
.Nx
does not use.
The structure is defined in
-.Aq Pa rpc/types.h
+.In rpc/types.h
for compatibility as:
.Bd -literal
struct t_bind {
OpenPOWER on IntegriCloud