From d9294b7960babf94102bba00dbaadaf550bf7d13 Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Thu, 13 Feb 2014 07:30:40 +0000 Subject: Don't use use .Tn with AND/OR/NOT Phrase any "The _flags_ argument is the ..." line consistently, eliminating unnecessary use of 'inclusive' and saying "zero or more" or "one or more" as appropriate ok millert@ jmc@ schwarze@ --- lib/libc/sys/unlink.2 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'lib/libc/sys/unlink.2') diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2 index d1bedb8e598..1cd393f2e6e 100644 --- a/lib/libc/sys/unlink.2 +++ b/lib/libc/sys/unlink.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unlink.2,v 1.22 2013/04/01 20:16:31 guenther Exp $ +.\" $OpenBSD: unlink.2,v 1.23 2014/02/13 07:30:39 guenther 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: April 1 2013 $ +.Dd $Mdocdate: February 13 2014 $ .Dt UNLINK 2 .Os .Sh NAME @@ -94,12 +94,9 @@ depending on whether or not the bit is set in .Fa flag . .Pp -Values for +The .Fa flag -are constructed by bitwise-inclusive -.Tn OR Ns ing -flags from the following list defined in -.In fcntl.h : +argument is the bitwise OR of zero or more of the following values: .Pp .Bl -tag -width AT_REMOVEDIR -offset indent -compact .It Dv AT_REMOVEDIR -- cgit v1.2.3