Module Name:    src
Committed By:   agc
Date:           Sat May  2 02:44:36 UTC 2009

Modified Files:
        src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3

Log Message:
Document the way to get detached sig files from this library


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3
diff -u src/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3:1.3 src/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3:1.4
--- src/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3:1.3	Tue Apr 28 07:59:35 2009
+++ src/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3	Sat May  2 02:44:36 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: libnetpgp.3,v 1.3 2009/04/28 07:59:35 wiz Exp $
+.\" $NetBSD: libnetpgp.3,v 1.4 2009/05/02 02:44:36 agc Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -77,7 +77,7 @@
 .Ft int
 .Fo netpgp_sign_file
 .Fa "netpgp_t *netpgp" "char *userid" "char *filename" "char *out"
-.Fa "int armored" "int cleartext"
+.Fa "int armored" "int cleartext" "int detached"
 .Fc
 .Ft int
 .Fo netpgp_verify_file

Reply via email to