Date: Sun, 4 Mar 2018 18:00:32 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r330386 - head/lib/libutil Message-ID: <201803041800.w24I0WsW077761@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sun Mar 4 18:00:32 2018 New Revision: 330386 URL: https://svnweb.freebsd.org/changeset/base/330386 Log: open.3: Use .Fa where appropriate Obtained From: DragonFlyBSD (78732326a796ca521f3c0fe33c6fc9c695742ede) Modified: head/lib/libutil/flopen.3 Modified: head/lib/libutil/flopen.3 ============================================================================== --- head/lib/libutil/flopen.3 Sun Mar 4 17:30:16 2018 (r330385) +++ head/lib/libutil/flopen.3 Sun Mar 4 18:00:32 2018 (r330386) @@ -54,7 +54,7 @@ It is essentially equivalent with calling with the same parameters followed by .Fn flock with an -.Va operation +.Fa operation argument of .Dv LOCK_EX , except that @@ -66,7 +66,7 @@ files, mailboxes and other kinds of files which are us synchronization between processes. .Pp If -.Va flags +.Fa flags includes .Dv O_NONBLOCK and the file is already locked, @@ -79,9 +79,9 @@ to As with .Fn open , the additional -.Va mode +.Fa mode argument is required if -.Va flags +.Fa flags includes .Dv O_CREAT . .Pp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803041800.w24I0WsW077761>