diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-07-26 20:49:41 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-07-26 20:49:41 +0000 |
commit | 43ae0dd2b3b6f2848e5cae0c23136faf95d90f72 (patch) | |
tree | 22407a3df4f29e813c94c7cf88c6da42a4bff587 /lib/libc/sys/unlink.2 | |
parent | 4301d367444d19efc9ca25f458c264fbdb67a47c (diff) |
.Fn rmdir -> .Xr rmdir 2
Diffstat (limited to 'lib/libc/sys/unlink.2')
-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 |