Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/dist/src RETURN VALUES -> EXIT ST...



details:   https://anonhg.NetBSD.org/src/rev/c4add0bbad8e
branches:  trunk
changeset: 754870:c4add0bbad8e
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 14 17:27:35 2010 +0000

description:
RETURN VALUES -> EXIT STATUS

diffstat:

 crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1             |  4 ++--
 crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1     |  4 ++--
 crypto/external/bsd/netpgp/dist/src/netpgpverify/netpgpverify.1 |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 3fe69cbaa794 -r c4add0bbad8e crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1
--- a/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1       Fri May 14 17:24:38 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1       Fri May 14 17:27:35 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: netpgp.1,v 1.12 2010/05/07 05:58:25 agc Exp $
+.\" $NetBSD: netpgp.1,v 1.13 2010/05/14 17:27:35 joerg Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -470,7 +470,7 @@
 \&...contents of original file...
 %
 .Ed
-.Sh RETURN VALUES
+.Sh EXIT STATUS
 The
 .Nm
 utility will return 0 for success,
diff -r 3fe69cbaa794 -r c4add0bbad8e crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1
--- a/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1       Fri May 14 17:24:38 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1       Fri May 14 17:27:35 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: netpgpkeys.1,v 1.9 2010/05/07 05:55:46 agc Exp $
+.\" $NetBSD: netpgpkeys.1,v 1.10 2010/05/14 17:27:35 joerg Exp $
 .\"
 .\" Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -296,7 +296,7 @@
 a person's identity, and since identity theft can have
 far-reaching consequences, users are strongly encouraged to
 enter their pass phrases only when prompted by the application.
-.Sh RETURN VALUES
+.Sh EXIT STATUS
 The
 .Nm
 utility will return 0 for success,
diff -r 3fe69cbaa794 -r c4add0bbad8e crypto/external/bsd/netpgp/dist/src/netpgpverify/netpgpverify.1
--- a/crypto/external/bsd/netpgp/dist/src/netpgpverify/netpgpverify.1   Fri May 14 17:24:38 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/netpgpverify/netpgpverify.1   Fri May 14 17:27:35 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: netpgpverify.1,v 1.1 2009/06/09 00:51:03 agc Exp $
+.\" $NetBSD: netpgpverify.1,v 1.2 2010/05/14 17:27:35 joerg Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -143,7 +143,7 @@
 The time and user identity of the signatory is displayed, followed
 by a fuller description of the public key of the signatory.
 In both cases, the exit value from the utility was a successful one.
-.Sh RETURN VALUES
+.Sh EXIT STATUS
 The
 .Nm
 utility will return 0 for success,



Home | Main Index | Thread Index | Old Index