tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f2968c3aac07425a6b4c188aa770b208f8e962b8
parent 4f114f59e62397fba98b17e1394adfa29e3de78b
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri,  2 Oct 2020 09:08:33 -0400

Fix authors stanza in tor-gencert manpage

Closes #40148.

Diffstat:
Mdoc/man/tor-gencert.1.txt | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/man/tor-gencert.1.txt b/doc/man/tor-gencert.1.txt @@ -6,7 +6,6 @@ :man manual: Tor Manual tor-gencert(1) ============== -Nick Mathewson NAME ---- @@ -14,7 +13,7 @@ tor-gencert - Generate certs and keys for Tor directory authorities SYNOPSIS -------- -**tor-gencert** [-h|--help] [-v] [-r|--reuse] [--create-identity-key] [-i __id_file__] [-c +**tor-gencert** [-h|--help] [-v] [-r|--reuse] [--create-identity-key] [-i __id_file__] [-c __cert_file__] [-m __num__] [-a __address__:__port__] DESCRIPTION @@ -89,4 +88,4 @@ See also the "dir-spec.txt" file, distributed with Tor. AUTHORS ------- - Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>. +Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.