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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/sleep.1
          +++ new/usr/src/man/man1/sleep.1
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4  .\" Portions Copyright (c) 1982-2007 AT&T Knowledge Ventures
   5    5  .\" Portions Copyright (c) 1992, X/Open Company Limited  All Rights Reserved
   6    6  .\" 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/.
   7    7  .\" 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
   8    8  .\" 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
   9    9  .\" 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.
  10   10  .\"  This notice shall appear on any product containing this material.
  11   11  .\" 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.
  12   12  .\"  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
  13   13  .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
  14      -.TH SLEEP 1 "Nov 20, 2007"
       14 +.TH SLEEP 1 "Sep 10, 2013"
  15   15  .SH NAME
  16   16  sleep \- suspend execution for an interval
  17   17  .SH SYNOPSIS
  18   18  .SS "/usr/bin/sleep"
  19   19  .LP
  20   20  .nf
  21   21  \fB/usr/bin/sleep\fR \fIseconds\fR
  22   22  .fi
  23   23  
  24   24  .SS "ksh93"
↓ open down ↓ 87 lines elided ↑ open up ↑
 112  112  .LP
 113  113  \fBExample 4 \fRSuspending command execution for 0.5 seconds
 114  114  .sp
 115  115  .LP
 116  116  Suspending command execution for 0.5 seconds using an alternative
 117  117  floating-point representation for the value "0.5"
 118  118  
 119  119  .sp
 120  120  .in +2
 121  121  .nf
 122      -example% printf "%a\n" 0.5
      122 +example% printf "%a\en" 0.5
 123  123  0x1.0000000000000000000000000000p-01
 124  124  .fi
 125  125  .in -2
 126  126  .sp
 127  127  
 128  128  .sp
 129  129  .in +2
 130  130  .nf
 131  131  example% sleep 0x1.0000000000000000000000000000p-01
 132  132  .fi
↓ open down ↓ 93 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX