Skip to content

Commit

Permalink
Update manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Feb 10, 2024
1 parent 3973527 commit 828403f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions doc/primesieve.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: primesieve
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 12/02/2022
.\" Date: 02/10/2024
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "PRIMESIEVE" "1" "12/02/2022" "\ \&" "\ \&"
.TH "PRIMESIEVE" "1" "02/10/2024" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -108,6 +108,16 @@ Print primes or prime k\-tuplets, 1 <=
Quiet mode, prints less output\&.
.RE
.PP
\fB\-R, \-\-RiemannR\fR
.RS 4
Approximate PrimePi(x) using the Riemann R function: R(x)\&.
.RE
.PP
\fB\-\-R\-inverse\fR
.RS 4
Approximate the nth prime using the inverse Riemann R function: R^\-1(x)\&.
.RE
.PP
\fB\-s, \-\-size\fR=\fISIZE\fR
.RS 4
Set the size of the sieve array in KiB, 16 <=
Expand Down

0 comments on commit 828403f

Please sign in to comment.