diff options
author | 2009-01-30 18:43:21 +0000 | |
---|---|---|
committer | 2009-01-30 18:43:21 +0000 | |
commit | ab8a0f66a56693af4e336974a2839b3aa1791a1e (patch) | |
tree | fdea463c4e68a176eb3897d933845c10c14ae612 /lib | |
parent | bump descriptors limit to the max and set the maximum connections count to (diff) | |
download | wireguard-openbsd-ab8a0f66a56693af4e336974a2839b3aa1791a1e.tar.xz wireguard-openbsd-ab8a0f66a56693af4e336974a2839b3aa1791a1e.zip |
Change section: we're talking about the symlink system call, not the
generic symlink info
ok jmc@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/stat.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index fe86849a0c6..d1f88e45ec6 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stat.2,v 1.26 2009/01/30 08:01:16 jmc Exp $ +.\" $OpenBSD: stat.2,v 1.27 2009/01/30 18:43:21 guenther Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -138,7 +138,7 @@ in the directory, such as the .Xr rename 2 , .Xr mkdir 2 , and -.Xr symlink 7 +.Xr symlink 2 system calls. .It Fa st_ctime Time when file status was last changed (inode data modification). |