Module Name: src
Committed By: christos
Date: Mon Aug 18 09:45:52 UTC 2014
Modified Files:
src/usr.bin/flock: flock.1
Log Message:
mention that -x is the default.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/flock/flock.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/flock/flock.1
diff -u src/usr.bin/flock/flock.1:1.9 src/usr.bin/flock/flock.1:1.10
--- src/usr.bin/flock/flock.1:1.9 Sat Sep 21 11:01:14 2013
+++ src/usr.bin/flock/flock.1 Mon Aug 18 05:45:52 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: flock.1,v 1.9 2013/09/21 15:01:14 khorben Exp $
+.\" $NetBSD: flock.1,v 1.10 2014/08/18 09:45:52 christos Exp $
.\"
.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd November 2, 2012
+.Dd August 18, 2014
.Dt FLOCK 1
.Os
.Sh NAME
@@ -87,6 +87,7 @@ Fail if the lock could not be obtained a
.Ar seconds .
.It Fl x , Fl Fl exclusive
Obtain an exclusive lock.
+This is the default.
.El
.Sh EXIT STATUS
.Ex -std