svn commit: r303106 - head/lib/libc/sys

Niclas Zeising zeising at FreeBSD.org
Wed Jul 20 18:16:59 UTC 2016


Author: zeising (doc,ports committer)
Date: Wed Jul 20 18:16:58 2016
New Revision: 303106
URL: https://svnweb.freebsd.org/changeset/base/303106

Log:
  Change wording to use function rather than system call in the description
  as well.
  
  Reviewed by:	brooks
  MFC after:	5 days

Modified:
  head/lib/libc/sys/pipe.2

Modified: head/lib/libc/sys/pipe.2
==============================================================================
--- head/lib/libc/sys/pipe.2	Wed Jul 20 18:11:22 2016	(r303105)
+++ head/lib/libc/sys/pipe.2	Wed Jul 20 18:16:58 2016	(r303106)
@@ -46,7 +46,7 @@
 .Sh DESCRIPTION
 The
 .Fn pipe
-system call
+function
 creates a
 .Em pipe ,
 which is an object allowing


More information about the svn-src-all mailing list