[BACK]Return to mkfifo.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / mkfifo

Diff for /src/usr.bin/mkfifo/Attic/mkfifo.1 between version 1.2 and 1.3

version 1.2, 1996/06/26 05:37:11 version 1.3, 1996/08/28 07:31:49
Line 42 
Line 42 
 .Os BSD 4.4  .Os BSD 4.4
 .Sh NAME  .Sh NAME
 .Nm mkfifo  .Nm mkfifo
 .Nd make fifos  .Nd make fifos or sockets
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm mkfifo  .Nm mkfifo
 .Op Fl m Ar mode  .Op Fl m Ar mode
 .Ar fifo_name  ...  .Op Fl s
   .Ar filename  ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm Mkfifo  .Nm Mkfifo
 creates the fifos requested, in the order specified,  creates the fifos or AF_UNIX sockets requested, in the order specified,
 using mode  using mode
 .Li \&0666  .Li \&0666
 modified by the current  modified by the current
Line 68 
Line 69 
 .Dq -  .Dq -
 operators are interpreted relative to an assumed initial mode of  operators are interpreted relative to an assumed initial mode of
 .Dq a=rw  .Dq a=rw
   .It Fl s
   Create AF_UNIX socket names in the file system.
   This is a non-standard extension.
 .El  .El
 .Pp  .Pp
 .Nm Mkfifo  .Nm Mkfifo
Line 79 
Line 83 
 .Xr mkdir 1 ,  .Xr mkdir 1 ,
 .Xr mknod 1 ,  .Xr mknod 1 ,
 .Xr rm 1 ,  .Xr rm 1 ,
 .Xr mkfifo 2  .Xr mkfifo 2 ,
   .Xr socket 2 ,
   .Xr bind 2
 .Sh STANDARDS  .Sh STANDARDS
 The  With the exception of the
   .Fl s
   flag, the
 .Nm mkfifo  .Nm mkfifo
 utility is expected to be  utility is expected to be
 .St -p1003.2-92  .St -p1003.2-92

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3