From 4fb1c17114e5b14e2613e755dda2f73993535f99 Mon Sep 17 00:00:00 2001 From: Donn Seeley Date: Fri, 14 Mar 1986 12:06:17 -0800 Subject: [PATCH] document include file SCCS-vsn: old/libndbm/dbm.3 6.2 SCCS-vsn: lib/libc/net/rcmd.3 6.4 --- usr/src/lib/libc/net/rcmd.3 | 5 ++++- usr/src/old/libndbm/dbm.3 | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/usr/src/lib/libc/net/rcmd.3 b/usr/src/lib/libc/net/rcmd.3 index ed4ef5ced9..942053f4eb 100644 --- a/usr/src/lib/libc/net/rcmd.3 +++ b/usr/src/lib/libc/net/rcmd.3 @@ -2,7 +2,7 @@ .\" 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 @@ -10,6 +10,9 @@ rcmd, rresvport, ruserok \- routines for returning a stream to a remote command .SH SYNOPSIS .nf +.PP +.B "#include " +.PP .B "rem = rcmd(ahost, inport, locuser, remuser, cmd, fd2p);" .B char **ahost; .B u_short inport; diff --git a/usr/src/old/libndbm/dbm.3 b/usr/src/old/libndbm/dbm.3 index 7ce8c7ccf3..db0630b8b3 100644 --- a/usr/src/old/libndbm/dbm.3 +++ b/usr/src/old/libndbm/dbm.3 @@ -2,7 +2,7 @@ .\" 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 @@ -11,6 +11,8 @@ dbminit, fetch, store, delete, firstkey, nextkey \- data base subroutines .SH SYNOPSIS .nf .PP +.B "#include " +.PP .B typedef struct { .B " char *dptr;" .B " int dsize;" -- 2.20.1