[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.3 and 1.4

version 1.3, 1996/08/28 07:31:49 version 1.4, 1996/08/30 07:04:32
Line 42 
Line 42 
 .Os BSD 4.4  .Os BSD 4.4
 .Sh NAME  .Sh NAME
 .Nm mkfifo  .Nm mkfifo
 .Nd make fifos or sockets  .Nd make fifos
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm mkfifo  .Nm mkfifo
 .Op Fl m Ar mode  .Op Fl m Ar mode
 .Op Fl s  .Ar fifo_name  ...
 .Ar filename  ...  
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm Mkfifo  .Nm Mkfifo
 creates the fifos or AF_UNIX sockets requested, in the order specified,  creates the fifos requested, in the order specified,
 using mode  using mode
 .Li \&0666  .Li \&0666
 modified by the current  modified by the current
Line 69 
Line 68 
 .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 83 
Line 79 
 .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
 With the exception of the  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.3  
changed lines
  Added in v.1.4