Module Name: src Committed By: rmind Date: Thu Feb 6 15:47:20 UTC 2014
Modified Files: src/lib/libc/cdb: cdbw.3 Log Message: cdbw(3) man page: fix the header file name and use .Fa for function arguments. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/cdb/cdbw.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/cdb/cdbw.3 diff -u src/lib/libc/cdb/cdbw.3:1.6 src/lib/libc/cdb/cdbw.3:1.7 --- src/lib/libc/cdb/cdbw.3:1.6 Sat Jul 20 21:39:56 2013 +++ src/lib/libc/cdb/cdbw.3 Thu Feb 6 15:47:20 2014 @@ -1,4 +1,4 @@ -.\" $NetBSD: cdbw.3,v 1.6 2013/07/20 21:39:56 wiz Exp $ +.\" $NetBSD: cdbw.3,v 1.7 2014/02/06 15:47:20 rmind Exp $ .\" .\" Copyright (c) 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -41,7 +41,7 @@ .Nm cdbw_close .Nd create constant databases .Sh SYNOPSIS -.In archive_entry.h +.In cdbw.h .Ft "struct cdbw *" .Fn cdbw_open "void" .Ft int @@ -112,10 +112,10 @@ On success it adds the given key. computes the database file and writes it to the given descriptor. The function returns an error if the file cannot be written correctly. The -.Fn descr +.Fa descr parameter provides a human readable description of the database content. The -.Fn seedgen +.Fa seedgen parameter can be used to override the default PRNG. The bitwise layout of the output depends on the chosen seed. The function should return a different value for each invocation.