Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Update a comment. No functional change.
details: https://anonhg.NetBSD.org/src/rev/e5e083025248
branches: trunk
changeset: 822558:e5e083025248
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Mar 25 05:55:36 2017 +0000
description:
Update a comment. No functional change.
diffstat:
sys/sys/sysctl.h | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 3a644b252ba6 -r e5e083025248 sys/sys/sysctl.h
--- a/sys/sys/sysctl.h Sat Mar 25 05:51:28 2017 +0000
+++ b/sys/sys/sysctl.h Sat Mar 25 05:55:36 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysctl.h,v 1.222 2017/03/24 21:43:21 pgoyette Exp $ */
+/* $NetBSD: sysctl.h,v 1.223 2017/03/25 05:55:36 pgoyette Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -1018,8 +1018,9 @@
#define PROC_CURPROC (~((u_int)1 << 31))
/*
- * CTL_PROC tree: either corename (string), or a limit
- * (rlimit.<type>.{hard,soft}, int).
+ * CTL_PROC tree: either corename (string), a limit
+ * (rlimit.<type>.{hard,soft}, int), a process stop
+ * condition, or paxflags.
*/
#define PROC_PID_CORENAME 1
#define PROC_PID_LIMIT 2
Home |
Main Index |
Thread Index |
Old Index