4.4BSD/usr/share/man/cat2/creat.0

Compare this file to the similar file:
Show the results in this format:

CREAT(2)                    BSD Programmer's Manual                   CREAT(2)

NNAAMMEE
     ccrreeaatt - create a new file

SSYYNNOOPPSSIISS
     ##iinncclluuddee <<ffccnnttll..hh>>

     _i_n_t
     ccrreeaatt(_c_h_a_r _*_p_a_t_h, _m_o_d_e___t _m_o_d_e);

DDEESSCCRRIIPPTTIIOONN
     TThhiiss iinntteerrffaaccee iiss mmaaddee oobbssoolleettee bbyy::  open(2).

     CCrreeaatt() is the same as:

           open(path, O_CREAT | O_TRUNC | O_WRONLY, mode);

SSEEEE AALLSSOO
     open(2)

HHIISSTTOORRYY
     The ccrreeaatt function call appeared in Version 6 AT&T UNIX.

4th Berkeley Distribution        June 2, 1993                                1