summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkstailey <kstailey@openbsd.org>1999-09-12 14:06:51 +0000
committerkstailey <kstailey@openbsd.org>1999-09-12 14:06:51 +0000
commitff750f640c5bcc7aab0048b6c9df9d61b14f053a (patch)
treee8b9b0e0dc2d9f288582964050316589e27033fc
parentstyle(9) (diff)
downloadwireguard-openbsd-ff750f640c5bcc7aab0048b6c9df9d61b14f053a.tar.xz
wireguard-openbsd-ff750f640c5bcc7aab0048b6c9df9d61b14f053a.zip
grammer
-rw-r--r--sys/kern/README4
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