diff options
Diffstat (limited to 'lib/libc/sys/unlink.2')
-rw-r--r-- | lib/libc/sys/unlink.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2 index 424078aaa9e..39ce1262d99 100644 --- a/lib/libc/sys/unlink.2 +++ b/lib/libc/sys/unlink.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unlink.2,v 1.17 2011/07/18 23:04:40 matthew Exp $ +.\" $OpenBSD: unlink.2,v 1.18 2011/07/19 20:58:05 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 18 2011 $ +.Dd $Mdocdate: July 19 2011 $ .Dt UNLINK 2 .Os .Sh NAME @@ -96,8 +96,8 @@ bit is set in Values for .Fa flag are constructed by bitwise-inclusive -.Tn OR Ns 'ing -of flags from the following list defined in +.Tn OR Ns ing +flags from the following list defined in .In fcntl.h : .Pp .Bl -tag -width AT_REMOVEDIR -offset indent -compact |