diff options
author | 2011-07-19 06:48:20 +0000 | |
---|---|---|
committer | 2011-07-19 06:48:20 +0000 | |
commit | 12f75d9b3bcf568c646eb2609af8ed5333904b5d (patch) | |
tree | 0cd2da20cf88b60e91cfc6d4586c84c921a3cc74 | |
parent | fix -Ddependencies, from Nathanael Rensen (diff) | |
download | wireguard-openbsd-12f75d9b3bcf568c646eb2609af8ed5333904b5d.tar.xz wireguard-openbsd-12f75d9b3bcf568c646eb2609af8ed5333904b5d.zip |
Fix two typos pointed out by guenther@ during our libpthread micro
hackathon.
-rw-r--r-- | lib/libc/sys/utimes.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2 index d81e7ede94d..354c482078f 100644 --- a/lib/libc/sys/utimes.2 +++ b/lib/libc/sys/utimes.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utimes.2,v 1.13 2011/07/19 03:37:40 matthew Exp $ +.\" $OpenBSD: utimes.2,v 1.14 2011/07/19 06:48:20 matthew Exp $ .\" $NetBSD: utimes.2,v 1.9 1996/04/23 10:34:16 mycroft Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -35,7 +35,7 @@ .Os .Sh NAME .Nm utimes , -.Nm futimens , +.Nm futimes , .Nm utimensat , .Nm futimens .Nd set file access and modification times @@ -50,7 +50,7 @@ .Ft int .Fn utimensat "int fd" "const char *file" "const struct timespec times[2]" "int flag" .Ft int -.Fn futimes "int fd" "const struct timespec times[2]" +.Fn futimens "int fd" "const struct timespec times[2]" .Sh DESCRIPTION The access and modification times of the file named by .Fa path |