diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/README b/sys/kern/README index ae2745c560c..8f0b8e622bb 100644 --- a/sys/kern/README +++ b/sys/kern/README @@ -1,4 +1,4 @@ -$OpenBSD: README,v 1.2 1997/06/21 19:33:12 mickey Exp $ -*- text -*- +$OpenBSD: README,v 1.3 1999/09/12 14:06:51 kstailey Exp $ -*- text -*- Notes on Adding a System Call @@ -7,7 +7,7 @@ commit them separately so that the correct RCS stuff shows up in the generated files. Don't forget to increment the minor number of src/lib/libc/shlib_version -when one adds a syscall. +when adding a syscall. Note on Adding a Sysctl Entry |