From 258190a5811c836367a03e46c5ac360c6a34dbed Mon Sep 17 00:00:00 2001 From: Donn Seeley Date: Fri, 14 Mar 1986 12:15:17 -0800 Subject: [PATCH] documented include file SCCS-vsn: lib/libcompat/4.3/rexec.3 6.2 SCCS-vsn: lib/libcompat/4.1/vtimes.3 6.2 --- usr/src/lib/libcompat/4.1/vtimes.3 | 5 ++++- usr/src/lib/libcompat/4.3/rexec.3 | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/usr/src/lib/libcompat/4.1/vtimes.3 b/usr/src/lib/libcompat/4.1/vtimes.3 index b45a54aa1a..cc05ceb638 100644 --- a/usr/src/lib/libcompat/4.1/vtimes.3 +++ b/usr/src/lib/libcompat/4.1/vtimes.3 @@ -2,7 +2,7 @@ .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" -.\" @(#)vtimes.3 6.1 (Berkeley) %G% +.\" @(#)vtimes.3 6.2 (Berkeley) %G% .\" .TH VTIMES 3C "" .UC 4 @@ -10,6 +10,9 @@ vtimes \- get information about resource utilization .SH SYNOPSIS .nf +.PP +.B "#include " +.PP .B "vtimes(par_vm, ch_vm)" .B "struct vtimes *par_vm, *ch_vm;" .fi diff --git a/usr/src/lib/libcompat/4.3/rexec.3 b/usr/src/lib/libcompat/4.3/rexec.3 index 6654d1f5e3..7973335d03 100644 --- a/usr/src/lib/libcompat/4.3/rexec.3 +++ b/usr/src/lib/libcompat/4.3/rexec.3 @@ -2,7 +2,7 @@ .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" -.\" @(#)rexec.3 6.1 (Berkeley) %G% +.\" @(#)rexec.3 6.2 (Berkeley) %G% .\" .TH REXEC 3X "" .UC 5 @@ -10,6 +10,9 @@ rexec \- return stream to a remote command .SH SYNOPSIS .nf +.PP +.B "#include " +.PP .B "rem = rexec(ahost, inport, user, passwd, cmd, fd2p);" .B char **ahost; .B u_short inport; -- 2.20.1