Module Name:    src
Committed By:   christos
Date:           Fri Nov  2 12:47:57 UTC 2012

Modified Files:
        src/usr.bin/flock: flock.1

Log Message:
we don't truncate seconds anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/usr.bin/flock/flock.1:1.6
--- src/usr.bin/flock/flock.1:1.5	Thu Nov  1 22:07:19 2012
+++ src/usr.bin/flock/flock.1	Fri Nov  2 08:47:57 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: flock.1,v 1.5 2012/11/02 02:07:19 wiz Exp $
+.\"	$NetBSD: flock.1,v 1.6 2012/11/02 12:47:57 christos Exp $
 .\"
 .\" Copyright (c) 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -85,7 +85,6 @@ On error print an explanation of the fai
 .It Fl w , Fl Fl wait , Fl Fl timeout Ar seconds
 Fail if the lock could not be obtained after
 .Ar seconds .
-Seconds are truncated to integer values.
 .It Fl x , Fl Fl exclusive
 Obtain an exclusive lock.
 .El

Reply via email to