File: 01_man-page.patch

package info (click to toggle)
libnids 1.26-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: ansic: 3,723; sh: 2,472; makefile: 106
file content (18 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix minor man page error
 the return type for nids_register_chksum_ctl is void and not int, update the
 man apge accordingly
Bug: https://sourceforge.net/p/libnids/patches/7/
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

--- a/src/libnids.3
+++ b/src/libnids.3
@@ -55,7 +55,7 @@
 int
 \fBnids_getfd\fR(void);
 
-int
+void
 \fBnids_register_chksum_ctl\fR(struct nids_chksum_ctl *, int);
 
 void