diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-07-09 21:50:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-07-09 21:50:08 +0000 |
commit | 78ad800cf9c4433795b7d959013a9da614b1d602 (patch) | |
tree | 6d223ce130858a5dc70d2fd415bf0149abcdceb5 | |
parent | 31003d2ba64efc709f8638d7078676ff8df7e075 (diff) |
grammar tweak, on re-read;
-rw-r--r-- | lib/libc/sys/socket.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index 6d1577e6a66..ef9de8a39a6 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socket.2,v 1.23 2006/07/09 21:48:28 jmc Exp $ +.\" $OpenBSD: socket.2,v 1.24 2006/07/09 21:50:07 jmc Exp $ .\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -96,7 +96,7 @@ only for .Dv PF_NS . .Dv SOCK_RAW sockets provide access to internal network protocols and interfaces, -and is available only to the superuser. +and are available only to the superuser. .Pp The .Fa protocol |