summaryrefslogtreecommitdiff
path: root/lib/libc/sys/pipe.2
AgeCommit message (Collapse)Author
2000-12-21Mention that SVR4 expects fully duplex pipesPaul Janzen
2000-12-10document that pipe is actually bidirectional, but that people should avoid ↵Theo de Raadt
use of such in portable code; akr@m17n.org
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
breaks and getting rid of short lines, making these files easier to work with.
1999-06-29- change references to nil to null; tschroed@acm.orgAaron Campbell
- remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1998-07-06fix openbsd tagTheo de Raadt
1997-11-17kleink: When fstat(2)ing a file descriptor of a local communications domainTheo de Raadt
socket, fill the socket's creation time into the stat structure's st_[acm]time fields: POSIX requires this behavior for pipe(2). N.B.: updating the st_[am]time fields when reading/writing the pipe is neither required nor implemented, though.
1997-09-19filedes[2]; cgdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt