Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2019 17:05:21 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r352931 - head/sys/kern
Message-ID:  <201910011705.x91H5LXB018186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Tue Oct  1 17:05:21 2019
New Revision: 352931
URL: https://svnweb.freebsd.org/changeset/base/352931

Log:
  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 ...

Modified:
  head/sys/kern/syscalls.master

Modified: head/sys/kern/syscalls.master
==============================================================================
--- head/sys/kern/syscalls.master	Tue Oct  1 15:33:47 2019	(r352930)
+++ head/sys/kern/syscalls.master	Tue Oct  1 17:05:21 2019	(r352931)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910011705.x91H5LXB018186>