Browse Source

Change wording to be more technically accurate, but hopefully still clear.

Stuart D. Gathman 8 years ago
parent
commit
3d14b4faff
2 changed files with 5 additions and 6 deletions
  1. 2 2
      contrib/doc/cjdnslog.md
  2. 3 4
      contrib/doc/randombytes.md

+ 2 - 2
contrib/doc/cjdnslog.md

@@ -7,8 +7,8 @@ cjdnslog(1) -- display cjdroute log messages
 
 ## DESCRIPTION
 
-Cjdroute sends continuous log messages to the bit bucket.  Cjdnslog
-captures that information in real time and sends it to stdout.
+Cjdroute has numerous log points.  Cjdnslog enables and taps selected log
+points and sends the resulting log messages to stdout.
 
 ##OPTIONS
 

+ 3 - 4
contrib/doc/randombytes.md

@@ -1,4 +1,4 @@
-randombytes(1) -- write random bytes generated via libnacl to stdout
+randombytes(1) -- write secure random bytes to stdout
 =============================================
 
 ## SYNOPSIS
@@ -7,9 +7,8 @@ randombytes(1) -- write random bytes generated via libnacl to stdout
 
 ## DESCRIPTION
 
-Writes random bytes to stdout forever using the cryptographically secure
-random generator in libnacl.  In practice, the output is piped
-to a program like dd(1) or base64(1).
+Writes random bytes to stdout forever using the cjdns secure random generator.
+In practice, the output is piped to a program like dd(1) or base64(1).
 
 ## SEE ALSO