Mon Mar 27 21:30:23 2017 UTC ()
Correct option "--armor"

Submitted on tech-pkg@ as:
[PATCH 07/11] Correct option "--armor"


(khorben)
diff -r1.19 -r1.20 src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1

cvs diff -r1.19 -r1.20 src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1 (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1 2014/02/17 07:23:18 1.19
+++ src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1 2017/03/27 21:30:23 1.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: netpgp.1,v 1.19 2014/02/17 07:23:18 agc Exp $ 1.\" $NetBSD: netpgp.1,v 1.20 2017/03/27 21:30:23 khorben Exp $
2.\" 2.\"
3.\" Copyright (c) 2009 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This manual page is derived from software contributed to 6.\" This manual page is derived from software contributed to
7.\" The NetBSD Foundation by Alistair Crooks (agc@NetBSD.org). 7.\" The NetBSD Foundation by Alistair Crooks (agc@NetBSD.org).
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -193,27 +193,27 @@ Internally, @@ -193,27 +193,27 @@ Internally,
193.Nm 193.Nm
194splits an encrypted or signed file into separate packets, and 194splits an encrypted or signed file into separate packets, and
195this option is used to give a verbose representation 195this option is used to give a verbose representation
196of these packets on standard output. 196of these packets on standard output.
197.It Fl Fl version 197.It Fl Fl version
198Print the version information from the 198Print the version information from the
199.Xr libnetpgp 3 199.Xr libnetpgp 3
200library. 200library.
201.El 201.El
202.Pp 202.Pp
203In addition to one of the preceding commands, a number of qualifiers 203In addition to one of the preceding commands, a number of qualifiers
204or options may be given. 204or options may be given.
205.Bl -tag -width Ar 205.Bl -tag -width Ar
206.It Fl Fl armour , Fl armor 206.It Fl Fl armour , Fl Fl armor
207This option, however it is spelled, wraps the signature as an 207This option, however it is spelled, wraps the signature as an
208ASCII-encoded piece of text, for ease of use. 208ASCII-encoded piece of text, for ease of use.
209.It Fl Fl cipher Ar ciphername 209.It Fl Fl cipher Ar ciphername
210can be used to specify the symmetric encryption algorithm (or 210can be used to specify the symmetric encryption algorithm (or
211cipher) which is used when encrypting data. 211cipher) which is used when encrypting data.
212To decrypt this data, the same cipher will be needed, 212To decrypt this data, the same cipher will be needed,
213so care should be taken at encryption time to make sure 213so care should be taken at encryption time to make sure
214that the person who decrypts the data has 214that the person who decrypts the data has
215access to the cipher used. 215access to the cipher used.
216The default cipher algorithm is the 216The default cipher algorithm is the
217.Dq CAST5 217.Dq CAST5
218algorithm. 218algorithm.
219.It Fl Fl detached 219.It Fl Fl detached