diff --git a/appl/kf/Makefile.am b/appl/kf/Makefile.am index 262facdbc..acebc6a41 100644 --- a/appl/kf/Makefile.am +++ b/appl/kf/Makefile.am @@ -4,7 +4,7 @@ include $(top_srcdir)/Makefile.am.common noinst_PROGRAMS = kf kfd -man_MANS = kf.1 +man_MANS = kf.1 kfd.8 kf_SOURCES = kf.c kf_locl.h diff --git a/appl/kf/kfd.8 b/appl/kf/kfd.8 new file mode 100644 index 000000000..3fca73bc9 --- /dev/null +++ b/appl/kf/kfd.8 @@ -0,0 +1,59 @@ +.\" Things to fix: +.\" * correct section, and operating system +.\" * remove Op from mandatory flags +.\" * use better macros for arguments (like .Pa for files) +.\" +.Dd July 2, 2000 +.Dt KFD 8 +.Os Heimdal +.Sh NAME +.Nm kfd +.Nd +receive forwarded tickets +.Sh SYNOPSIS +.Nm +.Oo Fl p Ar port \*(Ba Xo +.Fl -port= Ns Ar port Oc +.Xc +.Op Fl i | Fl -inetd +.Oo Fl R Ar regpag \*(Ba Xo +.Fl -regpag= Ns Ar regpag Oc +.Xc +.Op Fl h | Fl -help +.Op Fl -version +.Sh DESCRIPTION +This is the daemon for +.Nm kf . +Supported options: +.Bl -tag -width Ds +.It Xo +.Fl p Ar port Ns , +.Fl -port= Ns Ar port +.Xc +port to listen to +.It Xo +.Fl i Ns , +.Fl -inetd +.Xc +not started from inetd +.It Xo +.Fl R Ar regpag Ns , +.Fl -regpag= Ns Ar regpag +.Xc +path to regpag binary +.El +.\".Sh ENVIRONMENT +.\".Sh FILES +.Sh EXAMPLES +Put the following in +.Pa /etc/inetd.conf : +.Bd -literal +kf stream tcp nowait root /usr/heimdal/libexec/kfd kfd +.Ed +.\".Sh DIAGNOSTICS +.Sh SEE ALSO +.Xr kf 1 +.\".Sh STANDARDS +.\".Sh HISTORY +.\".Sh AUTHORS +.\".Sh BUGS