aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-10-01 17:05:21 +0000
committerEd Maste <emaste@FreeBSD.org>2019-10-01 17:05:21 +0000
commitf403831e6cbf1c566eafb02367f237925d66744e (patch)
tree591bc5fd6e50a1b87e3936b00bbddf9868610e9e /sys/kern/syscalls.master
parentff7a11a2c7723f8671179e5f4405e2e58f40a715 (diff)
downloadsrc-f403831e6cbf1c566eafb02367f237925d66744e.tar.gz
src-f403831e6cbf1c566eafb02367f237925d66744e.zip
sysalls.master: remove superfluous ellipsis in comment
A single period is sufficient in this comment, and making this change lets us find references to varargs syscalls by searching for ...
Notes
Notes: svn path=/head/; revision=352931
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index d4087bd04609..981fc4e3150b 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -948,7 +948,7 @@
; Syscalls 151-180 inclusive are reserved for vendor-specific
; system calls. (This includes various calls added for compatibity
; with other Unix variants.)
-; Some of these calls are now supported by BSD...
+; Some of these calls are now supported by BSD.
151 AUE_NULL UNIMPL sem_lock (BSD/OS 2.x)
152 AUE_NULL UNIMPL sem_wakeup (BSD/OS 2.x)
153 AUE_NULL UNIMPL asyncdaemon (BSD/OS 2.x)