Print this page
5956 orientate is not a word
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Marcel Telka <marcel@telka.sk>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/fwide.3c.man.txt
          +++ new/usr/src/man/man3c/fwide.3c.man.txt
↓ open down ↓ 7 lines elided ↑ open up ↑
   8    8  SYNOPSIS
   9    9         #include <stdio.h>
  10   10         #include <wchar.h>
  11   11  
  12   12         int fwide(FILE *stream, int mode);
  13   13  
  14   14  
  15   15  DESCRIPTION
  16   16         The fwide() function determines the orientation of the stream pointed
  17   17         to by stream. If mode is greater than 0, the function first attempts to
  18      -       make the stream wide-orientated.  If mode is less than 0, the function
  19      -       first attempts to make the stream byte-orientated.  Otherwise, mode is 0
       18 +       make the stream wide-oriented.  If mode is less than 0, the function
       19 +       first attempts to make the stream byte-oriented.  Otherwise, mode is 0
  20   20         and the function does not alter the orientation of the stream.
  21   21  
  22   22  
  23   23         If the orientation of the stream has already been determined, fwide()
  24   24         does not change it.
  25   25  
  26   26  
  27   27         Because no return value is reserved to indicate an error, an
  28   28         application wishing to check for error situations should set errno to
  29   29         0, then call fwide(), then check errno and if it is non-zero, assume an
↓ open down ↓ 27 lines elided ↑ open up ↑
  57   57         |Interface Stability | Standard        |
  58   58         +--------------------+-----------------+
  59   59         |MT-Level            | MT-Safe         |
  60   60         +--------------------+-----------------+
  61   61  
  62   62  SEE ALSO
  63   63         attributes(5), standards(5)
  64   64  
  65   65  
  66   66  
  67      -                                 July 24, 2002                       FWIDE(3C)
       67 +                                 June 3, 2015                        FWIDE(3C)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX