Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Document PIPE_SOCKETPAIR



details:   https://anonhg.NetBSD.org/src/rev/91520006e5dc
branches:  trunk
changeset: 522133:91520006e5dc
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Feb 11 18:16:48 2002 +0000

description:
Document PIPE_SOCKETPAIR

diffstat:

 share/man/man4/options.4 |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 3c794b9b1a1e -r 91520006e5dc share/man/man4/options.4
--- a/share/man/man4/options.4  Mon Feb 11 18:11:41 2002 +0000
+++ b/share/man/man4/options.4  Mon Feb 11 18:16:48 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.161 2001/12/18 03:44:35 atatat Exp $
+.\"    $NetBSD: options.4,v 1.162 2002/02/11 18:16:48 jdolecek Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -1030,6 +1030,10 @@
 .It Cd options INCLUDE_JUST_CONFIG
 Similar to the above option, but includes just the actual config file,
 not any included files.
+.It Cd options PIPE_SOCKETPAIR
+Use slower, but smaller socketpair(2)-based pipe implementation instead
+of default faster, but bigger one. Primarily useful for installation
+kernels.
 .El
 .Ss Networking Options
 .Bl -ohang



Home | Main Index | Thread Index | Old Index