diff options
author | 2015-03-13 19:58:40 +0000 | |
---|---|---|
committer | 2015-03-13 19:58:40 +0000 | |
commit | 0870f47d288c1d823f37828d4fce83d3773e2fc7 (patch) | |
tree | 0a2bd79e06eb7e9b2d84a5c1df4a24f685f811df /lib/libc/sys | |
parent | "It is often said that before you die your life passes before your eyes. (diff) | |
download | wireguard-openbsd-0870f47d288c1d823f37828d4fce83d3773e2fc7.tar.xz wireguard-openbsd-0870f47d288c1d823f37828d4fce83d3773e2fc7.zip |
remove the first comma from constructs like ", and," and ", or,": you can use
"and" and "or" to join sentence clauses, and you can use commas, but both hinders
reading;
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/msync.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2 index dc429723250..2ca4ced63d1 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msync.2,v 1.23 2014/07/02 22:22:35 matthew Exp $ +.\" $OpenBSD: msync.2,v 1.24 2015/03/13 19:58:40 jmc Exp $ .\" $NetBSD: msync.2,v 1.8 1995/10/12 15:41:09 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)msync.2 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: July 2 2014 $ +.Dd $Mdocdate: March 13 2015 $ .Dt MSYNC 2 .Os .Sh NAME @@ -46,7 +46,7 @@ The system call writes all pages with shared modifications in the specified region of the process's address space back to permanent -storage, and, if requested, invalidates cached data mapped +storage and, if requested, invalidates cached data mapped in the region. If .Fa len |