diff options
author | 2011-07-26 20:49:40 +0000 | |
---|---|---|
committer | 2011-07-26 20:49:40 +0000 | |
commit | 3d7f2c7c6e681b8f296507029c7ad653464dd416 (patch) | |
tree | de4b56fc63360e0d7356a46cd57f193562350d0c /lib/libc/sys | |
parent | Document system calls that optionally traverse symlinks. (diff) | |
download | wireguard-openbsd-3d7f2c7c6e681b8f296507029c7ad653464dd416.tar.xz wireguard-openbsd-3d7f2c7c6e681b8f296507029c7ad653464dd416.zip |
.Fn rmdir -> .Xr rmdir 2
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/unlink.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2 index 39ce1262d99..0f4e5cb0ce2 100644 --- a/lib/libc/sys/unlink.2 +++ b/lib/libc/sys/unlink.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unlink.2,v 1.18 2011/07/19 20:58:05 matthew Exp $ +.\" $OpenBSD: unlink.2,v 1.19 2011/07/26 20:49:40 matthew Exp $ .\" $NetBSD: unlink.2,v 1.7 1995/02/27 12:39:13 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)unlink.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: July 19 2011 $ +.Dd $Mdocdate: July 26 2011 $ .Dt UNLINK 2 .Os .Sh NAME @@ -87,7 +87,7 @@ parameter, the current working directory is used and the behavior is identical to a call to .Fn unlink or -.Fn rmdir , +.Xr rmdir 2 , depending on whether or not the .Dv AT_REMOVEDIR bit is set in |