summaryrefslogtreecommitdiff
path: root/bin/sync
diff options
context:
space:
mode:
authormmcc <mmcc@cvs.openbsd.org>2016-01-09 21:27:29 +0000
committermmcc <mmcc@cvs.openbsd.org>2016-01-09 21:27:29 +0000
commitf97ed419188afe7a7455de6a16dc68486810c6a6 (patch)
tree7ea39854f83ec3c20b6e47e121c9492340bea158 /bin/sync
parentf35c5d3825b33016d2beb253f14e26a573a386ac (diff)
Replace "function call" with "function" when referring to a function
(well, a syscall, but this is the established practice) in the general sense. ok jmc@
Diffstat (limited to 'bin/sync')
-rw-r--r--bin/sync/sync.86
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sync/sync.8 b/bin/sync/sync.8
index 4b7152c70b3..8fa310fd3fd 100644
--- a/bin/sync/sync.8
+++ b/bin/sync/sync.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sync.8,v 1.12 2011/04/29 07:12:44 jmc Exp $
+.\" $OpenBSD: sync.8,v 1.13 2016/01/09 21:27:28 mmcc Exp $
.\" $NetBSD: sync.8,v 1.6 1995/03/21 09:11:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)sync.8 8.1 (Berkeley) 5/31/93
.\"
-.Dd $Mdocdate: April 29 2011 $
+.Dd $Mdocdate: January 9 2016 $
.Dt SYNC 8
.Os
.Sh NAME
@@ -59,7 +59,7 @@ and flushing internal caches before performing a final
.Nm
utilizes the
.Xr sync 2
-function call.
+function.
.Sh SEE ALSO
.Xr fsync 2 ,
.Xr sync 2 ,