diff options
author | 1999-06-06 15:17:31 +0000 | |
---|---|---|
committer | 1999-06-06 15:17:31 +0000 | |
commit | 65adce91856c4e06b09c4ec1e568143d40ece620 (patch) | |
tree | cd62f8001cda48e39d8efecfb08d17c52b638f5e /lib/libc/string/strcpy.3 | |
parent | Ugly workaround an alpha egcs bug (diff) | |
download | wireguard-openbsd-65adce91856c4e06b09c4ec1e568143d40ece620.tar.xz wireguard-openbsd-65adce91856c4e06b09c4ec1e568143d40ece620.zip |
some NAME section cleanup
Diffstat (limited to 'lib/libc/string/strcpy.3')
-rw-r--r-- | lib/libc/string/strcpy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index 75727223ff0..36434ca04b8 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -33,13 +33,13 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strcpy.3,v 1.7 1999/06/04 19:14:56 aaron Exp $ +.\" $OpenBSD: strcpy.3,v 1.8 1999/06/06 15:17:32 aaron Exp $ .\" .Dd June 29, 1991 .Dt STRCPY 3 .Os .Sh NAME -.Nm strcpy, +.Nm strcpy , .Nm strncpy .Nd copy strings .Sh SYNOPSIS |