diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-01-30 18:43:22 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-01-30 18:43:22 +0000 |
commit | bf93dc71b86e8d0635d875a425965fd368857249 (patch) | |
tree | c5da6e858634a3efd6a3dab865dea418f4d45f17 /lib | |
parent | 2ad85d8d97e961839ddcb838af1f52104af1d030 (diff) |
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). |