summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorbrezak <brezak@NetBSD.org>1993-06-08 01:18:52 +0000
committerbrezak <brezak@NetBSD.org>1993-06-08 01:18:52 +0000
commitdc16f1637fbfdb0f07b342b8768787d541cfef74 (patch)
tree8f9ae6e838d4fda82c286308cb6857e3aebe9b1f /libexec
parent950f32bf2af9e0312ff8df32d872cd252ccaf3a7 (diff)
Updated man page.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rpc.rstatd/Makefile4
-rw-r--r--libexec/rpc.rstatd/rpc.rstatd.864
2 files changed, 50 insertions, 18 deletions
diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile
index 83efb0fbad5..f2315f1657e 100644
--- a/libexec/rpc.rstatd/Makefile
+++ b/libexec/rpc.rstatd/Makefile
@@ -1,12 +1,12 @@
#
# a makefile for /usr/sbin/rpc.rstatd
#
-# $Header: /cvsroot/src/libexec/rpc.rstatd/Makefile,v 1.2 1993/06/04 14:55:52 brezak Exp $
+# $Header: /cvsroot/src/libexec/rpc.rstatd/Makefile,v 1.3 1993/06/08 01:19:09 brezak Exp $
#
PROG = rpc.rstatd
SRCS = rstatd.c rstat_proc.c
-MAN8= rpc.rstatd.0
+MAN8 = rpc.rstatd.0
DPADD= ${LIBRPCSVC} ${LIBUTIL}
LDADD= -lrpcsvc -lutil
diff --git a/libexec/rpc.rstatd/rpc.rstatd.8 b/libexec/rpc.rstatd/rpc.rstatd.8
index 005d792369d..3f53932b609 100644
--- a/libexec/rpc.rstatd/rpc.rstatd.8
+++ b/libexec/rpc.rstatd/rpc.rstatd.8
@@ -1,24 +1,56 @@
-.\" @(#)rpc.rstatd.8c 2.2 88/08/03 4.0 RPCSRC; from 1.10 87/09/09 SMI
-.TH RPC.RSTATD 8C "24 November 1987"
-.SH NAME
-rpc.rstatd \- kernel statistics server
-.SH SYNOPSIS
-.B /usr/sbin/rpc.rstatd
-.SH DESCRIPTION
-.LP
-.B rpc.rstatd
+.\" Copyright (c) 1985, 1991 The Regents of the University of California.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by the University of
+.\" California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\" may be used to endorse or promote products derived from this software
+.\" without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.Dd June 7, 1993
+.Dt RPC.RSTATD 8
+.Os BSD 4.3
+.Sh NAME
+.Nm rpc.rstatd
+- kernel statistics server
+.Sh SYNOPSIS
+.Nm /usr/libexec/rpc.rstatd
+.Sh DESCRIPTION
+.Nm rpc.rstatd
is a server which returns performance statistics
obtained from the kernel.
These statistics are read using the
-.BR rup (1)
+.Pa rup (1)
command.
The
-.B rpc.rstatd
+.Nm rpc.rstatd
daemon is normally invoked through /usr/sbin/inetd.
-.PP
-.B rpc.rstatd
+.Pp
+.Nm rpc.rstatd
uses an RPC protocol defined in /usr/include/rpcsvc/rstat.x.
-.SH "SEE ALSO"
-.BR rup (1),
-.BR inetd (8),
+.Sh SEE ALSO
+.Xr rup 1 ,
+.Xr inetd 8