Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/flock we don't truncate seconds anymore.



details:   https://anonhg.NetBSD.org/src/rev/87e18391bc8f
branches:  trunk
changeset: 782416:87e18391bc8f
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 02 12:47:57 2012 +0000

description:
we don't truncate seconds anymore.

diffstat:

 usr.bin/flock/flock.1 |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 240ab87bdbc1 -r 87e18391bc8f usr.bin/flock/flock.1
--- a/usr.bin/flock/flock.1     Fri Nov 02 12:47:23 2012 +0000
+++ b/usr.bin/flock/flock.1     Fri Nov 02 12:47:57 2012 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index