summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mkfifo.2
Commit message (Collapse)AuthorAgeFilesLines
* Man pages for the openat(2), fexecve(2) and related syscalls.kib2008-04-161-2/+58
| | | | Reviewed by: ru
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Better wording.pjd2006-12-131-1/+1
|
* Write permission if of course only needed for the parent directory ofpjd2006-12-131-3/+2
| | | | | | the object beeing created. Pointed out by: bde
* mkfifo(2) returns EACCES when write permission is denied for a component ofpjd2006-12-131-0/+2
| | | | the path prefix.
* If the parent directory of the named file has its immutable flag set,pjd2006-12-091-1/+6
| | | | mkfifo(2) returns EPERM.
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-1/+3
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-3/+7
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.yar2001-08-091-3/+1
| | | | Reviewed by: ru
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+1
|
* Use `Er' variable to define first column width in ERRORS section. It wasphantom2000-05-041-1/+1
| | | | initially suggested by mdoc(7) style, but was broken over the years
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Remove some 4.3BSDish anacronisims that stated that it was anmpp1999-08-271-5/+1
| | | | | | | error for a pathname to contain a character with the high-order bit set. Inspired by: joerg's previous commit
* Added #include <sys/types.h> to synopsis.alex1998-01-201-0/+2
| | | | Obtained from: OpenBSD
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-1/+1
|
* I was porting something from sysV world and found our cross referencesobrien1997-01-271-0/+1
| | | | | not quite as good as I would expect. So I'm introducing mknod to mkfifo, and vice-versa.
* Remove the EINVAL error from the ERRORS sections thatmpp1997-01-111-2/+0
| | | | | say is means that a pathname had the high-order bit set, since this is no longer an error.
* upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macrowosch1996-12-021-2/+2
| | | | | | use ``is expected to conform to'' phrase, not ``conforms to'' Pointed out by: Bruce->NIST-PCTS
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+1
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+124
OpenPOWER on IntegriCloud