summaryrefslogtreecommitdiff
path: root/usr.sbin/faithd
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2001-05-24 19:00:22 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2001-05-24 19:00:22 +0000
commit0c416cfcd1ae33e06a25ea83d896d4c3339e84f2 (patch)
tree0e0834bdb6f6e74df6535a4d3f78629925bced6f /usr.sbin/faithd
parent4448b21cc6af0b8ea84dd15681cb8bd79143cc22 (diff)
downloadsrc-test2-0c416cfcd1ae33e06a25ea83d896d4c3339e84f2.tar.gz
src-test2-0c416cfcd1ae33e06a25ea83d896d4c3339e84f2.zip
Notes
Diffstat (limited to 'usr.sbin/faithd')
-rw-r--r--usr.sbin/faithd/faithd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8
index d7e0fdcf2102..6d552eb3ad56 100644
--- a/usr.sbin/faithd/faithd.8
+++ b/usr.sbin/faithd/faithd.8
@@ -280,9 +280,9 @@ Add the following lines into
.Xr inetd.conf 5 .
Syntax may vary depending upon your operating system.
.Bd -literal -offset
-telnet stream faith/tcp6 nowait root faithd telnetd
-ftp stream faith/tcp6 nowait root faithd ftpd -l
-ssh stream faith/tcp6 nowait root faithd /usr/pkg/bin/sshd -i
+telnet stream tcp6/faith nowait root /usr/sbin/faithd telnetd
+ftp stream tcp6/faith nowait root /usr/sbin/faithd ftpd -l
+ssh stream tcp6/faith nowait root /usr/sbin/faithd /usr/pkg/bin/sshd -i
.Ed
.Pp
.Xr inetd 8