summaryrefslogtreecommitdiff
path: root/libexec/tcpd/safe_finger
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-06-24 02:12:27 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-06-24 02:12:27 +0000
commitca63d1c1cc44a3f0a09b2fa1aa70dd43ee6d8faa (patch)
tree3827c8513aca060f9451ee3f97c0523e3867a9b0 /libexec/tcpd/safe_finger
parent98888a8f673b775b3a4a76a1b22ec894734ef078 (diff)
New mandoc manual pages.
Diffstat (limited to 'libexec/tcpd/safe_finger')
-rw-r--r--libexec/tcpd/safe_finger/Makefile4
-rw-r--r--libexec/tcpd/safe_finger/safe_finger.859
2 files changed, 61 insertions, 2 deletions
diff --git a/libexec/tcpd/safe_finger/Makefile b/libexec/tcpd/safe_finger/Makefile
index f3df4b49ef4..86fcffc4573 100644
--- a/libexec/tcpd/safe_finger/Makefile
+++ b/libexec/tcpd/safe_finger/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.1 1997/02/26 06:17:02 downsj Exp $
+# $OpenBSD: Makefile,v 1.2 1997/06/24 02:12:23 downsj Exp $
PROG= safe_finger
-NOMAN= yes
+MAN= safe_finger.8
.include <bsd.prog.mk>
diff --git a/libexec/tcpd/safe_finger/safe_finger.8 b/libexec/tcpd/safe_finger/safe_finger.8
new file mode 100644
index 00000000000..310df8990fd
--- /dev/null
+++ b/libexec/tcpd/safe_finger/safe_finger.8
@@ -0,0 +1,59 @@
+.\" $OpenBSD: safe_finger.8,v 1.1 1997/06/24 02:12:24 downsj Exp $
+.\"
+.\" Copyright (c) 1997, Jason Downs. 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 Jason Downs for the
+.\" OpenBSD system.
+.\" 4. Neither the name(s) of the author(s) nor the name OpenBSD
+.\" may be used to endorse or promote products derived from this software
+.\" without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``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 AUTHOR(S) 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 23, 1997
+.Dt SAFE_FINGER 8
+.Os
+.Sh NAME
+.Nm safe_finger
+.Sh SYNOPSYS
+.Nm /usr/libexec/safe_finger
+.Op Ar arguments
+.Sh DECRIPTION
+.Nm safe_finger
+is simply a wrapper around the
+.Xr finger 1
+program, meant for use in
+.Xr tcpd 8
+rulesets. It accepts exactly the same arguments as
+.Xr finger 1 .
+.Sh SEE ALSO
+.Xr finger 1 ,
+.Xr tcpd 8 .
+.Sh AUTHOR
+.Bd -unfilled -offset indent
+Wietse Venema (wietse@wzv.win.tue.nl),
+Department of Mathematics and Computing Science,
+Eindhoven University of Technology
+Den Dolech 2, P.O. Box 513,
+5600 MB Eindhoven, The Netherlands
+.Ed