Print this page
5025 import and use mandoc
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Albert Lee <trisk@nexenta.com>
Approved by: TBD

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/fopen.3c
          +++ new/usr/src/man/man3c/fopen.3c
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27  .LP
  28   28  The \fBfopen()\fR function opens the file whose pathname is the string pointed
  29   29  to by \fIfilename\fR, and associates a stream with it.
  30   30  .sp
  31   31  .LP
  32   32  The argument \fImode\fR points to a string beginning with one of the following
  33   33  base sequences:
  34   34  .sp
  35   35  .ne 2
  36   36  .na
  37      -\fB\fBr\fR\fR 
       37 +\fB\fBr\fR\fR
  38   38  .ad
  39   39  .RS 20n
  40   40  Open file for reading.
  41   41  .RE
  42   42  
  43   43  .sp
  44   44  .ne 2
  45   45  .na
  46   46  \fB\fBw\fR\fR
  47   47  .ad
↓ open down ↓ 365 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX