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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/ksh93.1
          +++ new/usr/src/man/man1/ksh93.1
   1    1  '\" te
   2    2  .\" Copyright (c) 1982-2007 AT&T Knowledge Ventures
   3    3  .\" To view license terms, see http://www.opensource.org/licenses/cpl1.0.txt
   4    4  .\" Portions Copyright (c) 2009, Sun Microsystems, Inc.
   5      -.TH KSH93 1 "Aug 11, 2009"
        5 +.TH KSH93 1 "Sep 10, 2013"
   6    6  .SH NAME
   7    7  ksh93, rksh93 \- Korn Shell, a standard and restricted command and programming
   8    8  language
   9    9  .SH SYNOPSIS
  10   10  .LP
  11   11  .nf
  12   12  \fBksh93\fR [\fB\(+-abcefhikmnoprstuvxBCD\fR] [\fB-R\fR \fIfile\fR] [ \fB\(+-o\fR \fIoption\fR] ...
  13   13         [-] [\fIarg\fR ...]
  14   14  .fi
  15   15  
↓ open down ↓ 1674 lines elided ↑ open up ↑
1690 1690  value of \fB0\fR causes no decimal point or fraction to be output. At most
1691 1691  three places after the decimal point can be displayed. Values of \fIp\fR
1692 1692  greater than \fB3\fR are treated as \fB3\fR. If \fIp\fR is not specified, the
1693 1693  value \fB3\fR is used.
1694 1694  .sp
1695 1695  The optional \fBl\fR specifies a longer format, including hours if greater than
1696 1696  zero, minutes, and seconds of the form \fIHHhMMmSS.FFs\fR. The value of \fIp\fR
1697 1697  determines whether or not the fraction is included.
1698 1698  .sp
1699 1699  All other characters are output without change and a trailing NEWLINE is added.
1700      -If unset, the default value, \fB$'\nreal\t%2lR\nuser\t%2lU\nsys%2lS'\fR, is
     1700 +If unset, the default value, \fB$'\enreal\t%2lR\nuser\t%2lU\nsys%2lS'\fR, is
1701 1701  used. If the value is null, no timing information is displayed.
1702 1702  .RE
1703 1703  
1704 1704  .sp
1705 1705  .ne 2
1706 1706  .na
1707 1707  \fB\fBTMOUT\fR\fR
1708 1708  .ad
1709 1709  .RS 14n
1710 1710  If set to a value greater than zero, \fBTMOUT\fR is the default time-out value
↓ open down ↓ 5286 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX