Module Name:    othersrc
Committed By:   wiz
Date:           Sat Mar 12 13:22:24 UTC 2011

Modified Files:
        othersrc/external/bsd/threshold/dist/src/libthreshold: libthreshold.3
        othersrc/external/bsd/threshold/dist/src/threshold: threshold.1

Log Message:
Whitespace nits.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    othersrc/external/bsd/threshold/dist/src/libthreshold/libthreshold.3
cvs rdiff -u -r1.1.1.1 -r1.2 \
    othersrc/external/bsd/threshold/dist/src/threshold/threshold.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/threshold/dist/src/libthreshold/libthreshold.3
diff -u othersrc/external/bsd/threshold/dist/src/libthreshold/libthreshold.3:1.1.1.1 othersrc/external/bsd/threshold/dist/src/libthreshold/libthreshold.3:1.2
--- othersrc/external/bsd/threshold/dist/src/libthreshold/libthreshold.3:1.1.1.1	Sat Mar 12 08:13:08 2011
+++ othersrc/external/bsd/threshold/dist/src/libthreshold/libthreshold.3	Sat Mar 12 13:22:24 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: libthreshold.3,v 1.1.1.1 2011/03/12 08:13:08 agc Exp $
+.\" $NetBSD: libthreshold.3,v 1.2 2011/03/12 13:22:24 wiz Exp $
 .\"
 .\" Copyright (c) 2010 Alistair Crooks <[email protected]>
 .\" All rights reserved.
@@ -28,7 +28,7 @@
 .Os
 .Sh NAME
 .Nm libthreshold
-.Nd secret sharing library 
+.Nd secret sharing library
 .Sh LIBRARY
 .Lb libthreshold
 .Sh SYNOPSIS
@@ -100,7 +100,7 @@
 The information may still be used to recover parts of
 the original secret - there is no expectation of secrecy
 withion the shares, and
-.It RAID5 
+.It RAID5
 Use a standard XOR-parity based scheme, with the parity in rotation,
 to provide the resilience to be able to recover the data with
 a threshold of shares being one less than the total number of shares.

Index: othersrc/external/bsd/threshold/dist/src/threshold/threshold.1
diff -u othersrc/external/bsd/threshold/dist/src/threshold/threshold.1:1.1.1.1 othersrc/external/bsd/threshold/dist/src/threshold/threshold.1:1.2
--- othersrc/external/bsd/threshold/dist/src/threshold/threshold.1:1.1.1.1	Sat Mar 12 08:13:09 2011
+++ othersrc/external/bsd/threshold/dist/src/threshold/threshold.1	Sat Mar 12 13:22:24 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: threshold.1,v 1.1.1.1 2011/03/12 08:13:09 agc Exp $
+.\" $NetBSD: threshold.1,v 1.2 2011/03/12 13:22:24 wiz Exp $
 .\"
 .\" Copyright (c) 2010 Alistair Crooks <[email protected]>
 .\" All rights reserved.
@@ -55,13 +55,13 @@
 .Xr libthreshold 3
 library.
 .Pp
-The secret is first split up into 
+The secret is first split up into
 a number of shares.
 .Bl -tag -width Ar
 .It Fl a
 Specify the algorithm to be used in the threshold scheme.
 The default algorithm is
-.Dq ssss
+.Dq ssss .
 .It Fl i
 Operate in an interactive manner by prompting the user for a secret
 to be typed in response to a prompt, and read by
@@ -71,7 +71,7 @@
 routine.
 Please note the maximum limit on the length of the secret that can
 be given using
-.Xr getpass 3.
+.Xr getpass 3 .
 .It Fl j
 is used to reconstruct (or join) the original secret from the threshold
 number of shares which were provided on the command line.
@@ -92,7 +92,8 @@
 .Dv k
 and
 .Dv n
-are integers representing the threshold and total number of shares, respectively.
+are integers representing the threshold and total number of shares,
+respectively.
 .It Fl t
 Specify the threshold number of shares, from which the original
 secret can be reconstructed.
@@ -102,7 +103,8 @@
 .Dv k
 and
 .Dv n
-are integers representing the threshold and total number of shares, respectively.
+are integers representing the threshold and total number of shares,
+respectively.
 .It Fl o
 used to provide the output file name
 .El

Reply via email to