Skip to content

Commit

Permalink
No leading zeroes in date. New sentence, new line.
Browse files Browse the repository at this point in the history
From Thomas Klausner.
  • Loading branch information
abhinav-upadhyay committed Feb 18, 2012
1 parent 4aea26a commit 79221a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions run_query.3
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
.\" All rights reserved.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -113,7 +113,8 @@ as to search in all the sections.
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
Expand Down

0 comments on commit 79221a1

Please sign in to comment.