Print this page
4023 - Typo in file(1) manpage and various others

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7d/ugen.7d
          +++ new/usr/src/man/man7d/ugen.7d
   1    1  '\" te
   2    2  .\" Copyright (c) 2007, Sun Microsystems, Inc.  All Rights Reserved
   3    3  .\" 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.
   4    4  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5    5  .\" 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 fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6      -.TH UGEN 7D "Dec 3, 2008"
        6 +.TH UGEN 7D "Sep 10, 2013"
   7    7  .SH NAME
   8    8  ugen \- USB generic driver
   9    9  .SH SYNOPSIS
  10   10  .LP
  11   11  .nf
  12   12  \fBNode Name@unit-address\fR
  13   13  .fi
  14   14  
  15   15  .LP
  16   16  .nf
↓ open down ↓ 1115 lines elided ↑ open up ↑
1132 1132                                  /* Error recovery. */
1133 1133              }
1134 1134  
1135 1135                          pktdesc = (ugen_isoc_pkt_descr_t *) rdbuf;
1136 1136  
1137 1137                          /* points to payload beginning */
1138 1138                          p = rdbuf + pktcnt * sizeof(ugen_isoc_pkt_descr_t);
1139 1139  
1140 1140                          for (i = 0; i < pktcnt; i++) {
1141 1141                                  printf("packet %d len = %d,"
1142      -                                        " actual_len = %d, status = 0x%x\n",
     1142 +                                        " actual_len = %d, status = 0x%x\en",
1143 1143                                          i, pktdesc->dsc_isoc_pkt_len,
1144 1144                                          pktdesc->dsc_isoc_pkt_actual_len,
1145 1145                                          pktdesc->dsc_isoc_pkt_status);
1146 1146  
1147 1147                                  /* Processing data */
1148 1148  
1149 1149                                  /*
1150 1150                                  * next packet data payload, do NOT use
1151 1151                                  * dsc_isoc_pkt_actual_len
1152 1152                                  */
↓ open down ↓ 573 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX