=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mkfifo/Attic/mkfifo.1,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/mkfifo/Attic/mkfifo.1 1996/06/26 05:37:11 1.2 --- src/usr.bin/mkfifo/Attic/mkfifo.1 1996/08/28 07:31:49 1.3 *************** *** 1,4 **** ! .\" $OpenBSD: mkfifo.1,v 1.2 1996/06/26 05:37:11 deraadt Exp $ .\" $NetBSD: mkfifo.1,v 1.4 1994/12/23 07:16:54 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: mkfifo.1,v 1.3 1996/08/28 07:31:49 etheisen Exp $ .\" $NetBSD: mkfifo.1,v 1.4 1994/12/23 07:16:54 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 *************** *** 42,55 **** .Os BSD 4.4 .Sh NAME .Nm mkfifo ! .Nd make fifos .Sh SYNOPSIS .Nm mkfifo .Op Fl m Ar mode ! .Ar fifo_name ... .Sh DESCRIPTION .Nm Mkfifo ! creates the fifos requested, in the order specified, using mode .Li \&0666 modified by the current --- 42,56 ---- .Os BSD 4.4 .Sh NAME .Nm mkfifo ! .Nd make fifos or sockets .Sh SYNOPSIS .Nm mkfifo .Op Fl m Ar mode ! .Op Fl s ! .Ar filename ... .Sh DESCRIPTION .Nm Mkfifo ! creates the fifos or AF_UNIX sockets requested, in the order specified, using mode .Li \&0666 modified by the current *************** *** 68,73 **** --- 69,77 ---- .Dq - operators are interpreted relative to an assumed initial mode of .Dq a=rw + .It Fl s + Create AF_UNIX socket names in the file system. + This is a non-standard extension. .El .Pp .Nm Mkfifo *************** *** 79,87 **** .Xr mkdir 1 , .Xr mknod 1 , .Xr rm 1 , ! .Xr mkfifo 2 .Sh STANDARDS ! The .Nm mkfifo utility is expected to be .St -p1003.2-92 --- 83,95 ---- .Xr mkdir 1 , .Xr mknod 1 , .Xr rm 1 , ! .Xr mkfifo 2 , ! .Xr socket 2 , ! .Xr bind 2 .Sh STANDARDS ! With the exception of the ! .Fl s ! flag, the .Nm mkfifo utility is expected to be .St -p1003.2-92