summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-11-02 19:03:36 +0000
committerderaadt <deraadt@openbsd.org>2013-11-02 19:03:36 +0000
commit6e73d615227f4ebd8d8f3431e4ad21c2286c40a1 (patch)
treeba2409e9e69edd7b4f398e7c71dbc53fdcaf8108 /lib/libc/sys
parentReserve a page at the beginning of the kernel text to use for the trap vectors, (diff)
downloadwireguard-openbsd-6e73d615227f4ebd8d8f3431e4ad21c2286c40a1.tar.xz
wireguard-openbsd-6e73d615227f4ebd8d8f3431e4ad21c2286c40a1.zip
out of place word; discussed with jmc and guenther
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/stat.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index c9227b3d321..33ca4b61ba5 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stat.2,v 1.36 2013/11/02 17:25:34 espie Exp $
+.\" $OpenBSD: stat.2,v 1.37 2013/11/02 19:03:36 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -424,7 +424,7 @@ is only available to the superuser.
Certain programs written when the timestamps were just of type
.Li time_t
assumed that the members were consecutive (and could therefore
-be placed directly to
+be passed directly to
.Xr utimes 2 ) .
The transition to timestamps of type
.Li struct timespec