diff options
author | 2000-01-03 22:52:59 +0000 | |
---|---|---|
committer | 2000-01-03 22:52:59 +0000 | |
commit | 5f924ab3ca568bd43b2bbdf1b32a78d4160169ea (patch) | |
tree | 992b1ca44097b310facb6eeafdcbb3f14a446318 | |
parent | use strtol to parse timeout value; from Kenneth R Westerback <kwesterback@home.com>, effectively closes pr/1006, plus a few space issues (diff) | |
download | wireguard-openbsd-5f924ab3ca568bd43b2bbdf1b32a78d4160169ea.tar.xz wireguard-openbsd-5f924ab3ca568bd43b2bbdf1b32a78d4160169ea.zip |
Grammar; deraadt@
-rw-r--r-- | lib/libc/string/swab.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/swab.3 b/lib/libc/string/swab.3 index d1bfc358fbb..628eb6b15f8 100644 --- a/lib/libc/string/swab.3 +++ b/lib/libc/string/swab.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: swab.3,v 1.3 1998/02/10 02:19:48 deraadt Exp $ +.\" $OpenBSD: swab.3,v 1.4 2000/01/03 22:52:59 aaron Exp $ .\" .Dd May 1, 1991 .Dt SWAB 3 @@ -54,7 +54,7 @@ swapping adjacent bytes. .Pp The argument .Fa len -must be even number. +must be an even number. .Sh SEE ALSO .Xr bzero 3 , .Xr memset 3 |