diff options
| author | Robin Krahl <me@robin-krahl.de> | 2016-03-09 00:43:18 +0100 | 
|---|---|---|
| committer | Robin Krahl <me@robin-krahl.de> | 2016-03-09 00:43:18 +0100 | 
| commit | bcc7dcdc05b0b3834787d7c730a750011e80b27b (patch) | |
| tree | 6f4fc2f64a7fe8a6a78fdc28030f9d6557e62460 | |
| parent | 8e5d5cda58661e53e0abc6a4745b2dc6a44ad692 (diff) | |
| download | dbfp-bcc7dcdc05b0b3834787d7c730a750011e80b27b.tar.gz dbfp-bcc7dcdc05b0b3834787d7c730a750011e80b27b.tar.bz2 | |
man: dbfp.3: fix typo in the example
| -rw-r--r-- | man/dbfp.3 | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
