Module Name: othersrc
Committed By: wiz
Date: Fri Aug 16 07:38:38 UTC 2013
Modified Files:
othersrc/external/bsd/multigest/dist: multigest.1
Log Message:
Replace standard sentence by standard macro in standard section.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/multigest/dist/multigest.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/multigest/dist/multigest.1
diff -u othersrc/external/bsd/multigest/dist/multigest.1:1.1.1.1 othersrc/external/bsd/multigest/dist/multigest.1:1.2
--- othersrc/external/bsd/multigest/dist/multigest.1:1.1.1.1 Fri Aug 16 06:47:53 2013
+++ othersrc/external/bsd/multigest/dist/multigest.1 Fri Aug 16 07:38:38 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: multigest.1,v 1.1.1.1 2013/08/16 06:47:53 agc Exp $
+.\" $NetBSD: multigest.1,v 1.2 2013/08/16 07:38:38 wiz Exp $
.\"
.\" Copyright (c) 2013 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -52,10 +52,8 @@ utility is a simple wrapper for the vari
algorithm implementations, which are located in the standard
C library, and was designed to be scalable as new message digest
algorithms are developed.
-.Pp
-The
-.Nm
-utility exits 0 on success, and \*[Gt]0 if an error occurs.
+.Sh EXIT STATUS
+.Ex -std multigest
.Sh SEE ALSO
.Xr libmultigest 3
.Sh HISTORY