From c59a65e2fe9be67d6fc8d1a747d41d5a590fbe01 Mon Sep 17 00:00:00 2001 From: yamt Date: Thu, 9 Nov 2006 10:04:40 +0000 Subject: add comments. --- include/netconfig.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/netconfig.h b/include/netconfig.h index 151b861e33a..ae9612b41e6 100644 --- a/include/netconfig.h +++ b/include/netconfig.h @@ -1,4 +1,4 @@ -/* $NetBSD: netconfig.h,v 1.4 2005/05/15 20:54:47 dsl Exp $ */ +/* $NetBSD: netconfig.h,v 1.5 2006/11/09 10:04:40 yamt Exp $ */ /*- * Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -64,10 +64,10 @@ typedef struct { /* * nc_semantics values */ -#define NC_TPI_CLTS 1 -#define NC_TPI_COTS 2 -#define NC_TPI_COTS_ORD 3 -#define NC_TPI_RAW 4 +#define NC_TPI_CLTS 1 /* Connectionless transport */ +#define NC_TPI_COTS 2 /* Connection oriented transport */ +#define NC_TPI_COTS_ORD 3 /* Connection oriented, ordered transport */ +#define NC_TPI_RAW 4 /* Raw connection */ /* * nc_flag values -- cgit r>NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/lib/libc/sys/sigaction.2
AgeCommit message (Expand)Author
2018-05-22Remove reference to itself.wiz
2018-05-22Minor improvement in sigaction(2)kamil
2016-07-25Remove one of the two SEE ALSO sections.wiz
2016-07-09Dump the list of async-signal-safe functions here. It belongs indholland
2015-11-01Fix macro. Remove trailing whitespace.wiz
2015-10-31mention what we are allowed to do.christos
2014-01-04Merge EINVAL descriptions.wiz
2012-10-14typodholland
2006-06-03Document SA_NOKERNINFO.christos
2005-03-30mention that SIG_IGN on SIGCHLD does not produce zombies.christos
2005-03-22Add restrict qualifiers to remaining <signal.h> function arguments.kleink
2004-06-13Add list of async-signal-safe functionslha
2003-11-25- Document NO_DEFERchristos
2003-10-14Move siginfo(5) and ucontext(5) to siginfo(2) and ucontext(2) resp.,wiz
2003-09-10Add semicolons when enumerating variables (looks more natural);wiz
2003-09-10Reflect reality after siginfo changes.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-11Rather than printing the definition of struct sigaction literally,kleink
2003-05-11As prompted by Thomas Klausner, add a sentence on sigset_t and sigsetops()kleink
2003-04-24Bump date for last.wiz
2003-04-20PR/7572: John F. Woods: document EINVAL caused by bogus flags in structchristos
2003-04-16Usewiz
2003-01-18Merge the nathanw_sa branch.thorpej