aboutsummaryrefslogtreecommitdiff
path: root/man/dbfp.3
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2016-03-09 00:43:18 +0100
committerRobin Krahl <me@robin-krahl.de>2016-03-09 00:43:18 +0100
commitbcc7dcdc05b0b3834787d7c730a750011e80b27b (patch)
tree6f4fc2f64a7fe8a6a78fdc28030f9d6557e62460 /man/dbfp.3
parent8e5d5cda58661e53e0abc6a4745b2dc6a44ad692 (diff)
downloaddbfp-bcc7dcdc05b0b3834787d7c730a750011e80b27b.tar.gz
dbfp-bcc7dcdc05b0b3834787d7c730a750011e80b27b.tar.bz2
man: dbfp.3: fix typo in the example
Diffstat (limited to 'man/dbfp.3')
-rw-r--r--man/dbfp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/dbfp.3 b/man/dbfp.3
index 968ef0e..e423f38 100644
--- a/man/dbfp.3
+++ b/man/dbfp.3
@@ -50,7 +50,7 @@ if there is not enough memory to copy the key in dbfp_init
.br
#include <string.h>
.PP
-int main(int argc, char *argv)
+int main(int argc, char **argv)
.br
{
.RS