diff options
author | 1998-09-06 22:23:16 +0000 | |
---|---|---|
committer | 1998-09-06 22:23:16 +0000 | |
commit | fb1a43c9c8e031284e7c50d9d6b6726205caae8f (patch) | |
tree | 96dd55ed7e53b8fa2e7001beb11abf4eb897fdb2 /lib/libc/string/string.3 | |
parent | If mount by non-root, then verify that user has necessary permissions on (diff) | |
download | wireguard-openbsd-fb1a43c9c8e031284e7c50d9d6b6726205caae8f.tar.xz wireguard-openbsd-fb1a43c9c8e031284e7c50d9d6b6726205caae8f.zip |
More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.
Diffstat (limited to 'lib/libc/string/string.3')
-rw-r--r-- | lib/libc/string/string.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index 80da886e576..323d4f30408 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: string.3,v 1.2 1996/08/19 08:34:18 tholo Exp $ +.\" $OpenBSD: string.3,v 1.3 1998/09/06 22:23:18 aaron Exp $ .\" .Dd April 19, 1991 .Dt STRING 3 @@ -102,7 +102,7 @@ .Fn rindex "const char *s" "int c" .Sh DESCRIPTION The string functions -functions manipulate strings terminated by a +manipulate strings terminated by a null byte. .Pp See the specific manual pages for more information. |