diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-01-03 20:18:04 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-01-03 20:18:04 +0000 |
commit | 1ecbf08a0cf3e97674ef0958fff910bfea00ef72 (patch) | |
tree | 7826dfe22f7b35ffb5d7e4afbb9630f0a7bfd28f | |
parent | 323b15a1c016e619110e80b54007a847ece2dcaf (diff) |
Notes
-rw-r--r-- | lib/libc/string/swab.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/swab.3 b/lib/libc/string/swab.3 index 13be3ebc4755..7efc22f8bfbb 100644 --- a/lib/libc/string/swab.3 +++ b/lib/libc/string/swab.3 @@ -55,7 +55,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 |