Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/kbd.1
          +++ new/usr/src/man/man1/kbd.1
↓ open down ↓ 67 lines elided ↑ open up ↑
  68   68  A \fBBREAK\fR condition that originates from an erroneous electrical signal
  69   69  cannot be distinguished from one deliberately sent by remote \fBDCE\fR. As a
  70   70  remedy, use the \fB-a\fR option with Alternate Break to switch break
  71   71  interpretation. Due to the risk of incorrect sequence interpretation, binary
  72   72  protocols such as \fBSLIP\fR and others should not be run over the serial
  73   73  console port when Alternate Break sequence is in effect.
  74   74  .sp
  75   75  .LP
  76   76  Although PPP is a binary protocol, it has the ability to avoid using characters
  77   77  that interfere with serial operation. The default alternate break sequence is
  78      -CTRL-m \fB~\fR CTRL-b, or \fB0D 7E 02\fR in hexidecimal. In PPP, this can be
       78 +CTRL-m \fB~\fR CTRL-b, or \fB0D 7E 02\fR in hexadecimal. In PPP, this can be
  79   79  avoided by setting either \fB0x00000004\fR or \fB0x00002000\fR in the ACCM.
  80   80  This forces an escape for the CTRL-b or CTRL-m characters, respectively.
  81   81  .sp
  82   82  .LP
  83   83  To do this in Solaris PPP 4.0, add:
  84   84  .sp
  85   85  .in +2
  86   86  .nf
  87   87  asyncmap 0x00002000
  88   88  .fi
↓ open down ↓ 578 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX