summaryrefslogtreecommitdiffstats
path: root/usr.sbin/faithd/faithd.8
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-03-26 21:22:53 +0000
committerjoel <joel@FreeBSD.org>2012-03-26 21:22:53 +0000
commit906214101c2afe043c4e6b86c05dad9039220a42 (patch)
treedac7f857a786f780fb4965b48ce752c840759c6e /usr.sbin/faithd/faithd.8
parent49e07e95592f6b458f4a4182401cb8317175e365 (diff)
downloadFreeBSD-src-906214101c2afe043c4e6b86c05dad9039220a42.zip
FreeBSD-src-906214101c2afe043c4e6b86c05dad9039220a42.tar.gz
mdoc: correct .Bd/.Bl arguments.
Reviewed by: brueffer
Diffstat (limited to 'usr.sbin/faithd/faithd.8')
-rw-r--r--usr.sbin/faithd/faithd.814
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8
index 827d00e..93a835b 100644
--- a/usr.sbin/faithd/faithd.8
+++ b/usr.sbin/faithd/faithd.8
@@ -281,7 +281,7 @@ Before invoking
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 +295,7 @@ To translate
service, and provide no local telnet service, invoke
.Nm
as follows:
-.Bd -literal -offset
+.Bd -literal -offset indent
# faithd telnet
.Ed
.Pp
@@ -304,12 +304,12 @@ If you would like to provide local telnet service via
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 +317,7 @@ Here are some other examples.
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 +325,7 @@ if the service checks the source port range.
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 +349,7 @@ will invoke service-specific daemon like
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.
OpenPOWER on IntegriCloud