diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-06-21 19:33:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-06-21 19:33:13 +0000 |
commit | 983e3bd389d3704ad0fc267193ffc99fefeb7d8a (patch) | |
tree | 617551c5e051120d61c8bf1b4819d45c3f73b2fc /sys | |
parent | 8a0246e5b3889dd292d72b44473106886e7031d4 (diff) |
notes about sysctl additions
Diffstat (limited to 'sys')
-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. |