Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makemandb No leading zeroes in date. New sentence, ...



details:   https://anonhg.NetBSD.org/src/rev/b6148d1ee49a
branches:  trunk
changeset: 773584:b6148d1ee49a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Feb 07 21:02:23 2012 +0000

description:
No leading zeroes in date. New sentence, new line.

diffstat:

 usr.sbin/makemandb/run_query.3 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r bf23f15c6239 -r b6148d1ee49a usr.sbin/makemandb/run_query.3
--- a/usr.sbin/makemandb/run_query.3    Tue Feb 07 19:37:14 2012 +0000
+++ b/usr.sbin/makemandb/run_query.3    Tue Feb 07 21:02:23 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: run_query.3,v 1.1 2012/02/07 19:13:32 joerg Exp $
+.\" $NetBSD: run_query.3,v 1.2 2012/02/07 21:02:23 wiz Exp $
 .\"
 .\" Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadhyay%gmail.com@localhost>
 .\" All rights reserved.
@@ -29,7 +29,7 @@
 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd December 03, 2011
+.Dd December 3, 2011
 .Dt RUN_QUERY 3
 .Os
 .Sh NAME
@@ -113,7 +113,8 @@
 This specifies the number of matching rows to fetch from the database.
 Specifiy a negative value to fetch all the matching rows.
 .It Li int offset
-This specifies the offset within the result-set. Use it to specify the position
+This specifies the offset within the result-set.
+Use it to specify the position
 from where to start processing the result-set.
 For example if the value of nrec is m and value of offset is n, then the first
 n records from the result-set will be omitted and rest m-n (or less) records will



Home | Main Index | Thread Index | Old Index