Browse Source

Another round of man page cleanup, this time to remove more hard sentence

breaks and getting rid of short lines, making these files easier to work with.
OPENBSD_2_8
aaron 24 years ago
parent
commit
22e70c114c
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/lib/libc/string/strlcpy.3

+ 3
- 2
src/lib/libc/string/strlcpy.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: strlcpy.3,v 1.8 2000/06/01 04:02:05 millert Exp $
.\" $OpenBSD: strlcpy.3,v 1.9 2000/10/18 05:12:07 aaron Exp $
.\"
.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@ -68,7 +68,8 @@ and
.Fn strlcat
only operate on true
.Dq C
strings. This means that for
strings.
This means that for
.Fn strlcpy
.Fa src
must be NUL-terminated and for


Loading…
Cancel
Save