diff options
author | 1997-06-21 19:33:12 +0000 | |
---|---|---|
committer | 1997-06-21 19:33:12 +0000 | |
commit | e848bb0635b849c1a0320496d3f36294744cd7fd (patch) | |
tree | 7aade42040eee42a49939c0ff701c0a0a41d55a4 | |
parent | blank line (diff) | |
download | wireguard-openbsd-e848bb0635b849c1a0320496d3f36294744cd7fd.tar.xz wireguard-openbsd-e848bb0635b849c1a0320496d3f36294744cd7fd.zip |
notes about sysctl additions
-rw-r--r-- | sys/kern/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/kern/README b/sys/kern/README index 0273e05b2d2..ae2745c560c 100644 --- a/sys/kern/README +++ b/sys/kern/README @@ -1,4 +1,4 @@ -$OpenBSD: README,v 1.1 1997/06/03 14:28:16 kstailey Exp $ -*- text -*- +$OpenBSD: README,v 1.2 1997/06/21 19:33:12 mickey Exp $ -*- text -*- Notes on Adding a System Call @@ -8,3 +8,8 @@ generated files. Don't forget to increment the minor number of src/lib/libc/shlib_version when one adds a syscall. + + Note on Adding a Sysctl Entry + +Don't forget to add the entry to the sysctl(8) man page. +Don't forget to add the descripton to the sysctl(3) man page. |