[Midnightbsd-cvs] src [10799] trunk/usr.sbin/faithd/faithd.8: update man page

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 9 23:10:51 EDT 2018


Revision: 10799
          http://svnweb.midnightbsd.org/src/?rev=10799
Author:   laffer1
Date:     2018-06-09 23:10:51 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
update man page

Modified Paths:
--------------
    trunk/usr.sbin/faithd/faithd.8

Property Changed:
----------------
    trunk/usr.sbin/faithd/faithd.8

Modified: trunk/usr.sbin/faithd/faithd.8
===================================================================
--- trunk/usr.sbin/faithd/faithd.8	2018-06-10 03:10:01 UTC (rev 10798)
+++ trunk/usr.sbin/faithd/faithd.8	2018-06-10 03:10:51 UTC (rev 10799)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
 .\"	$KAME: faithd.8,v 1.37 2002/05/09 14:21:23 itojun Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -27,7 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/usr.sbin/faithd/faithd.8 233522 2012-03-26 21:22:53Z joel $
 .\"
 .Dd August 2, 2011
 .Dt FAITHD 8
@@ -281,7 +282,7 @@
 the
 .Xr faith 4
 interface has to be configured properly.
-.Bd -literal -offset
+.Bd -literal -offset indent
 # sysctl net.inet6.ip6.accept_rtadv=0
 # sysctl net.inet6.ip6.forwarding=1
 # sysctl net.inet6.ip6.keepfaith=1
@@ -295,7 +296,7 @@
 service, and provide no local telnet service, invoke
 .Nm
 as follows:
-.Bd -literal -offset
+.Bd -literal -offset indent
 # faithd telnet
 .Ed
 .Pp
@@ -304,12 +305,12 @@
 on
 .Pa /usr/libexec/telnetd ,
 use the following command line:
-.Bd -literal -offset
+.Bd -literal -offset indent
 # faithd telnet /usr/libexec/telnetd telnetd
 .Ed
 .Pp
 If you would like to pass extra arguments to the local daemon:
-.Bd -literal -offset
+.Bd -literal -offset indent
 # faithd ftp /usr/libexec/ftpd ftpd -l
 .Ed
 .Pp
@@ -317,7 +318,7 @@
 You may need
 .Fl p
 if the service checks the source port range.
-.Bd -literal -offset
+.Bd -literal -offset indent
 # faithd ssh
 # faithd telnet /usr/libexec/telnetd telnetd
 .Ed
@@ -325,7 +326,7 @@
 Add the following lines into
 .Xr inetd.conf 5 .
 Syntax may vary depending upon your operating system.
-.Bd -literal -offset
+.Bd -literal -offset indent
 telnet  stream  tcp6/faith  nowait  root  faithd  telnetd
 ftp     stream  tcp6/faith  nowait  root  faithd  ftpd -l
 ssh     stream  tcp6/faith  nowait  root  faithd  /usr/sbin/sshd -i
@@ -349,7 +350,7 @@
 The following illustrates a simple
 .Pa faithd.conf
 setting.
-.Bd -literal -offset
+.Bd -literal -offset indent
 # permit anyone from 3ffe:501:ffff::/48 to use the translator,
 # to connect to the following IPv4 destinations:
 # - any location except 10.0.0.0/8 and 127.0.0.0/8.


Property changes on: trunk/usr.sbin/faithd/faithd.8
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list