Print this page
4641 dladm.1m misidentifies OBYTES
7669 several typos in dladm.1m

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/dladm.1m
          +++ new/usr/src/man/man1m/dladm.1m
↓ open down ↓ 1 lines elided ↑ open up ↑
   2    2  .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved
   3    3  .\" Copyright 2016 Joyent, Inc.
   4    4  .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at http://www.opengroup.org/bookstore/.
   5    5  .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text
   6    6  .\" are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical
   7    7  .\" and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
   8    8  .\"  This notice shall appear on any product containing this material.
   9    9  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
  10   10  .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the
  11   11  .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
  12      -.TH DLADM 1M "Oct 01, 2016"
       12 +.TH DLADM 1M "Dec 16, 2016"
  13   13  .SH NAME
  14   14  dladm \- administer data links
  15   15  .SH SYNOPSIS
  16   16  .LP
  17   17  .nf
  18   18  \fBdladm show-link\fR [\fB-P\fR] [\fB-s\fR [\fB-i\fR \fIinterval\fR]] [[\fB-p\fR] \fB-o\fR \fIfield\fR[,...]] [\fIlink\fR]
  19   19  \fBdladm rename-link\fR [\fB-R\fR \fIroot-dir\fR] \fIlink\fR \fInew-link\fR
  20   20  .fi
  21   21  
  22   22  .LP
↓ open down ↓ 476 lines elided ↑ open up ↑
 499  499  Number of packets sent on this link.
 500  500  .RE
 501  501  
 502  502  .sp
 503  503  .ne 2
 504  504  .na
 505  505  \fB\fBOBYTES\fR\fR
 506  506  .ad
 507  507  .sp .6
 508  508  .RS 4n
 509      -Number of bytes received on this link.
      509 +Number of bytes sent on this link.
 510  510  .RE
 511  511  
 512  512  .sp
 513  513  .ne 2
 514  514  .na
 515  515  \fB\fBOERRORS\fR\fR
 516  516  .ad
 517  517  .sp .6
 518  518  .RS 4n
 519  519  Number of output errors.
↓ open down ↓ 464 lines elided ↑ open up ↑
 984  984  .na
 985  985  \fB\fB-T\fR \fItime\fR, \fB--lacp-timer\fR=\fItime\fR\fR
 986  986  .ad
 987  987  .br
 988  988  .na
 989  989  \fB\fR
 990  990  .ad
 991  991  .sp .6
 992  992  .RS 4n
 993  993  Specifies the \fBLACP\fR timer value. The supported values are \fBshort\fR or
 994      -\fBlong\fRjjj.
      994 +\fBlong\fR.
 995  995  .RE
 996  996  
 997  997  .sp
 998  998  .ne 2
 999  999  .na
1000 1000  \fB\fB-u\fR \fIaddress\fR, \fB--unicast\fR=\fIaddress\fR\fR
1001 1001  .ad
1002 1002  .sp .6
1003 1003  .RS 4n
1004 1004  Specifies a fixed unicast hardware address to be used for the aggregation. If
↓ open down ↓ 1513 lines elided ↑ open up ↑
2518 2518  .sp
2519 2519  .ne 2
2520 2520  .na
2521 2521  \fB\fBdladm show-vlan\fR [\fB-P\fR] [[\fB-p\fR] \fB-o\fR \fIfield\fR[,...]]
2522 2522  [\fIvlan-link\fR]\fR
2523 2523  .ad
2524 2524  .sp .6
2525 2525  .RS 4n
2526 2526  Display VLAN configuration for all VLAN links or for the specified VLAN link.
2527 2527  .sp
2528      -The \fBshow-vlan\fRsubcommand accepts the following options:
     2528 +The \fBshow-vlan\fR subcommand accepts the following options:
2529 2529  .sp
2530 2530  .ne 2
2531 2531  .na
2532 2532  \fB\fB-o\fR \fIfield\fR[,...], \fB--output\fR=\fIfield\fR[,...]\fR
2533 2533  .ad
2534 2534  .sp .6
2535 2535  .RS 4n
2536 2536  A case-insensitive, comma-separated list of output fields to display. The field
2537 2537  name must be one of the fields listed below, or the special value \fBall\fR, to
2538 2538  display all fields. For each VLAN link, the following fields can be displayed:
↓ open down ↓ 2276 lines elided ↑ open up ↑
4815 4815  both negotiated and currently effective in hardware. However, with Power
4816 4816  Management enabled, the speed/duplex capabilities currently exposed in hardware
4817 4817  might be a subset of the set of bits that were used in initial link parameter
4818 4818  negotiation. Thus the MII \fBadv_\fR* parameters are marked read-only, with an
4819 4819  additional set of \fBen_\fR* parameters for configuring speed and duplex
4820 4820  properties at initial negotiation.
4821 4821  .sp
4822 4822  .LP
4823 4823  Note that the \fBadv_autoneg_cap\fR does not have an \fBen_autoneg_cap\fR
4824 4824  counterpart: the \fBadv_autoneg_cap\fR is a 0/1 switch that turns off/on
4825      -autonegotiation itself, and therefore cannot be impacted by Power Management.
     4825 +auto-negotiation itself, and therefore cannot be impacted by Power Management.
4826 4826  .sp
4827 4827  .LP
4828 4828  In addition, the following Ethernet properties are reported:
4829 4829  .sp
4830 4830  .ne 2
4831 4831  .na
4832 4832  \fB\fBspeed\fR\fR
4833 4833  .ad
4834 4834  .sp .6
4835 4835  .RS 4n
↓ open down ↓ 672 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX