summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-01-11 15:05:39 +0000
committerbrian <brian@FreeBSD.org>1999-01-11 15:05:39 +0000
commit7248564b9468d490859ecd50b6c1718746083d3a (patch)
tree2856b312bc5c5c176386e3d73f9125e66b3ff0bb /usr.sbin
parent5c22d2a93f91a8e720db92c1adefa13534e26b76 (diff)
downloadFreeBSD-src-7248564b9468d490859ecd50b6c1718746083d3a.zip
FreeBSD-src-7248564b9468d490859ecd50b6c1718746083d3a.tar.gz
Correct some formatting errors (one is a groff bug)
Noted & partially submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au> PR: 9432
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/ppp.881
-rw-r--r--usr.sbin/ppp/ppp.8.m481
2 files changed, 108 insertions, 54 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index 34eebca..1d601fb 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -1,5 +1,6 @@
-.\" $Id: ppp.8,v 1.138 1999/01/06 00:08:15 brian Exp $
+.\" $Id: ppp.8,v 1.139 1999/01/10 17:23:10 sada Exp $
.Dd 20 September 1995
+.nr XX \w'\fC00'
.Os FreeBSD
.Dt PPP 8
.Sh NAME
@@ -608,7 +609,7 @@ portion of the prompt will change to
.Sq PPP :
.Bd -literal -offset indent
# ppp MyISP
-...
+\&...
ppp ON awfulhak> dial
Ppp ON awfulhak>
PPp ON awfulhak>
@@ -1708,31 +1709,57 @@ ISPs.
is able to generate the following log info either via
.Xr syslog 3
or directly to the screen:
-.Bl -column SMMMMMM -offset indent
-.It Li Async Dump async level packet in hex
-.It Li CBCP Generate CBCP (CallBack Control Protocol) logs
-.It Li CCP Generate a CCP packet trace
-.It Li Chat Generate Chat script trace log
-.It Li Command Log commands executed
-.It Li Connect Log Chat lines containing "CONNECT"
-.It Li Debug Log debug information
-.It Li HDLC Dump HDLC packet in hex
-.It Li ID0 Log all function calls specifically made
-as user id 0.
-.It Li IPCP Generate an IPCP packet trace
-.It Li LCP Generate an LCP packet trace
-.It Li LQM Generate LQR report
-.It Li Phase Phase transition log output
-.It Li TCP/IP Dump all TCP/IP packets
-.It Li Timer Log timer manipulation
-.It Li TUN Include the tun device on each log line
-.It Li Warning Output to the terminal device.
-If there is currently no
-terminal, output is sent to the log file using LOG_WARNING.
-.It Li Error Output to both the terminal device
-and the log file using
-LOG_ERROR.
-.It Li Alert Output to the log file using LOG_ALERT
+.Pp
+.Bl -tag -width XXXXXXXXX -offset XXX -compact
+.It Li Async
+Dump async level packet in hex.
+.It Li CBCP
+Generate CBCP (CallBack Control Protocol) logs.
+.It Li CCP
+Generate a CCP packet trace.
+.It Li Chat
+Generate
+.Sq dial ,
+.Sq login
+and
+.Sq hangup
+chat script trace logs.
+.It Li Command
+Log commands executed either from the command line or any of the configuration
+files.
+.It Li Connect
+Log Chat lines containing the string "CONNECT".
+.It Li Debug
+Log debug information.
+.It Li HDLC
+Dump HDLC packet in hex.
+.It Li ID0
+Log all function calls specifically made as user id 0.
+.It Li IPCP
+Generate an IPCP packet trace.
+.It Li LCP
+Generate an LCP packet trace.
+.It Li LQM
+Generate LQR reports.
+.It Li Phase
+Phase transition log output.
+.It Li TCP/IP
+Dump all TCP/IP packets.
+.It Li Timer
+Log timer manipulation.
+.It Li TUN
+Include the tun device on each log line.
+.It Li Warning
+Output to the terminal device. If there is currently no terminal,
+output is sent to the log file using syslogs
+.Dv LOG_WARNING .
+.It Li Error
+Output to both the terminal device
+and the log file using syslogs
+.Dv LOG_ERROR .
+.It Li Alert
+Output to the log file using
+.Dv LOG_ALERT .
.El
.Pp
The
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 34eebca..1d601fb 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -1,5 +1,6 @@
-.\" $Id: ppp.8,v 1.138 1999/01/06 00:08:15 brian Exp $
+.\" $Id: ppp.8,v 1.139 1999/01/10 17:23:10 sada Exp $
.Dd 20 September 1995
+.nr XX \w'\fC00'
.Os FreeBSD
.Dt PPP 8
.Sh NAME
@@ -608,7 +609,7 @@ portion of the prompt will change to
.Sq PPP :
.Bd -literal -offset indent
# ppp MyISP
-...
+\&...
ppp ON awfulhak> dial
Ppp ON awfulhak>
PPp ON awfulhak>
@@ -1708,31 +1709,57 @@ ISPs.
is able to generate the following log info either via
.Xr syslog 3
or directly to the screen:
-.Bl -column SMMMMMM -offset indent
-.It Li Async Dump async level packet in hex
-.It Li CBCP Generate CBCP (CallBack Control Protocol) logs
-.It Li CCP Generate a CCP packet trace
-.It Li Chat Generate Chat script trace log
-.It Li Command Log commands executed
-.It Li Connect Log Chat lines containing "CONNECT"
-.It Li Debug Log debug information
-.It Li HDLC Dump HDLC packet in hex
-.It Li ID0 Log all function calls specifically made
-as user id 0.
-.It Li IPCP Generate an IPCP packet trace
-.It Li LCP Generate an LCP packet trace
-.It Li LQM Generate LQR report
-.It Li Phase Phase transition log output
-.It Li TCP/IP Dump all TCP/IP packets
-.It Li Timer Log timer manipulation
-.It Li TUN Include the tun device on each log line
-.It Li Warning Output to the terminal device.
-If there is currently no
-terminal, output is sent to the log file using LOG_WARNING.
-.It Li Error Output to both the terminal device
-and the log file using
-LOG_ERROR.
-.It Li Alert Output to the log file using LOG_ALERT
+.Pp
+.Bl -tag -width XXXXXXXXX -offset XXX -compact
+.It Li Async
+Dump async level packet in hex.
+.It Li CBCP
+Generate CBCP (CallBack Control Protocol) logs.
+.It Li CCP
+Generate a CCP packet trace.
+.It Li Chat
+Generate
+.Sq dial ,
+.Sq login
+and
+.Sq hangup
+chat script trace logs.
+.It Li Command
+Log commands executed either from the command line or any of the configuration
+files.
+.It Li Connect
+Log Chat lines containing the string "CONNECT".
+.It Li Debug
+Log debug information.
+.It Li HDLC
+Dump HDLC packet in hex.
+.It Li ID0
+Log all function calls specifically made as user id 0.
+.It Li IPCP
+Generate an IPCP packet trace.
+.It Li LCP
+Generate an LCP packet trace.
+.It Li LQM
+Generate LQR reports.
+.It Li Phase
+Phase transition log output.
+.It Li TCP/IP
+Dump all TCP/IP packets.
+.It Li Timer
+Log timer manipulation.
+.It Li TUN
+Include the tun device on each log line.
+.It Li Warning
+Output to the terminal device. If there is currently no terminal,
+output is sent to the log file using syslogs
+.Dv LOG_WARNING .
+.It Li Error
+Output to both the terminal device
+and the log file using syslogs
+.Dv LOG_ERROR .
+.It Li Alert
+Output to the log file using
+.Dv LOG_ALERT .
.El
.Pp
The
OpenPOWER on IntegriCloud