diff options
author | 2019-04-02 14:12:09 +0000 | |
---|---|---|
committer | 2019-04-02 14:12:09 +0000 | |
commit | 879dba8b4bdd4f91ca6a55748461c4363f1523c5 (patch) | |
tree | 7c9d79f550d2c29b23adb0cfc1856475fb6e8d46 | |
parent | Restrict which filesystems are available for swap. This rules out (diff) | |
download | wireguard-openbsd-879dba8b4bdd4f91ca6a55748461c4363f1523c5.tar.xz wireguard-openbsd-879dba8b4bdd4f91ca6a55748461c4363f1523c5.zip |
Clarify preposition
Any messages sent to the kernel are returned, and copies are sent to all
interested listeners. The kernel will provide the process ID for the
sender [...]
Change the last "for" to "of", making it even clearer that the kernel tells
listeners about the sender's PID; it does not provide anything back to the
sender in particular.
"Seems right" deraadt
-rw-r--r-- | share/man/man4/route.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4 index 042d78a8f92..ddd669f96d8 100644 --- a/share/man/man4/route.4 +++ b/share/man/man4/route.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.4,v 1.48 2019/01/20 04:16:59 krw Exp $ +.\" $OpenBSD: route.4,v 1.49 2019/04/02 14:12:09 kn Exp $ .\" $NetBSD: route.4,v 1.3 1994/11/30 16:22:31 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)route.4 8.6 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: January 20 2019 $ +.Dd $Mdocdate: April 2 2019 $ .Dt ROUTE 4 .Os .Sh NAME @@ -154,7 +154,7 @@ to most significant bit within the vector. Any messages sent to the kernel are returned, and copies are sent to all interested listeners. The kernel will provide the process ID -for the sender, and the sender may use an additional sequence +of the sender, and the sender may use an additional sequence field to distinguish between outstanding messages. However, message replies may be lost when kernel buffers are exhausted. .Pp |