document include file
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Fri, 14 Mar 1986 20:06:17 +0000 (12:06 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Fri, 14 Mar 1986 20:06:17 +0000 (12:06 -0800)
SCCS-vsn: old/libndbm/dbm.3 6.2
SCCS-vsn: lib/libc/net/rcmd.3 6.4

usr/src/lib/libc/net/rcmd.3
usr/src/old/libndbm/dbm.3

index ed4ef5c..942053f 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)rcmd.3      6.3 (Berkeley) %G%
+.\"    @(#)rcmd.3      6.4 (Berkeley) %G%
 .\"
 .TH RCMD 3X ""
 .UC 5
 .\"
 .TH RCMD 3X ""
 .UC 5
@@ -10,6 +10,9 @@
 rcmd, rresvport, ruserok \- routines for returning a stream to a remote command
 .SH SYNOPSIS
 .nf
 rcmd, rresvport, ruserok \- routines for returning a stream to a remote command
 .SH SYNOPSIS
 .nf
+.PP
+.B "#include <sys/types.h>"
+.PP
 .B "rem = rcmd(ahost, inport, locuser, remuser, cmd, fd2p);"
 .B char **ahost;
 .B u_short inport;
 .B "rem = rcmd(ahost, inport, locuser, remuser, cmd, fd2p);"
 .B char **ahost;
 .B u_short inport;
index 7ce8c7c..db0630b 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)dbm.3       6.1 (Berkeley) %G%
+.\"    @(#)dbm.3       6.2 (Berkeley) %G%
 .\"
 .TH DBM 3X  ""
 .UC 4
 .\"
 .TH DBM 3X  ""
 .UC 4
@@ -11,6 +11,8 @@ dbminit, fetch, store, delete, firstkey, nextkey \- data base subroutines
 .SH SYNOPSIS
 .nf
 .PP
 .SH SYNOPSIS
 .nf
 .PP
+.B "#include <dbm.h>"
+.PP
 .B typedef struct {
 .B "   char *dptr;"
 .B "   int dsize;"
 .B typedef struct {
 .B "   char *dptr;"
 .B "   int dsize;"