Module Name:    src
Committed By:   mrg
Date:           Thu Jul  2 04:45:28 UTC 2009

Modified Files:
        src/usr.bin/audio/record: audiorecord.1

Log Message:
note that -t can take [.dddddd].  sort -q.
from dhgutteri...@sympatico.ca in PR#36928.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/audio/record/audiorecord.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/audio/record/audiorecord.1
diff -u src/usr.bin/audio/record/audiorecord.1:1.37 src/usr.bin/audio/record/audiorecord.1:1.38
--- src/usr.bin/audio/record/audiorecord.1:1.37	Thu May 29 14:51:27 2008
+++ src/usr.bin/audio/record/audiorecord.1	Thu Jul  2 04:45:27 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: audiorecord.1,v 1.37 2008/05/29 14:51:27 mrg Exp $
+.\"	$NetBSD: audiorecord.1,v 1.38 2009/07/02 04:45:27 mrg Exp $
 .\"
 .\" Copyright (c) 1998-1999 Matthew R. Green
 .\" All rights reserved.
@@ -152,6 +152,8 @@
 .Dq mic ,
 and
 .Dq line .
+.It Fl q
+Be quiet.
 .It Fl s Ar rate
 Set the sampling rate.
 This value is per-second.
@@ -159,9 +161,7 @@
 CD Audio, and DAT Audio default sampling rates.
 .It Fl t Ar time
 Sets the maximum amount of time to record.
-Format is [hh:]mm:ss.
-.It Fl q
-Be quiet.
+Format is [hh:]mm:ss[.dddddd].
 .It Fl V
 Be verbose.
 .It Fl v Ar volume

Reply via email to