Module Name: src
Committed By: wiz
Date: Tue Mar 16 08:29:09 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/hkpd: hkpd.8
Log Message:
Sort options. Capitalize first letter in sentence. Use standard
section headers.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/src/hkpd/hkpd.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/netpgp/dist/src/hkpd/hkpd.8
diff -u src/crypto/external/bsd/netpgp/dist/src/hkpd/hkpd.8:1.1 src/crypto/external/bsd/netpgp/dist/src/hkpd/hkpd.8:1.2
--- src/crypto/external/bsd/netpgp/dist/src/hkpd/hkpd.8:1.1 Tue Mar 16 00:22:52 2010
+++ src/crypto/external/bsd/netpgp/dist/src/hkpd/hkpd.8 Tue Mar 16 08:29:09 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: hkpd.8,v 1.1 2010/03/16 00:22:52 agc Exp $
+.\" $NetBSD: hkpd.8,v 1.2 2010/03/16 08:29:09 wiz Exp $
.\"
.\" Copyright (c) 2009,2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -36,8 +36,8 @@
.Sh SYNOPSIS
.Nm
.Op Fl DV
-.Op Fl H homedir
.Op Fl f families
+.Op Fl H homedir
.Op Fl h hostname
.Op Fl p port
.Op Fl v filename
@@ -55,16 +55,9 @@
of the daemon:
.Bl -tag -width Ar
.It Fl D
-do not detach the daemon from the controlling tty, and keep
-the
+Do not detach the daemon from the controlling tty, and keep the
.Nm
process running in the foreground.
-.It Fl H Ar homedir
-use the setting of
-.Dv homedir
-as the directory for the public key keyrings.
-.It Fl V
-display the version number of the daemon and exit.
.It Fl f Ar protocol-families
allows the address families for sockets to be selected.
The argument is the string concatenating the families,
@@ -80,18 +73,22 @@
.Dq 46
which means that both INET4 and INET6 protocol
families are used when setting up the sockets.
+.It Fl H Ar homedir
+Use the setting of
+.Dv homedir
+as the directory for the public key keyrings.
.It Fl h Ar hostname
-set the hostname (for use in binding sockets).
+Set the hostname (for use in binding sockets).
.It Fl p Ar port
-set the port number (for use in binding sockets).
-The default port number is
-the
+Set the port number (for use in binding sockets).
+The default port number is the
.Dq hkp
service, defined as port
.Dv 11371 .
+.It Fl V
+Display the version number of the daemon and exit.
.It Fl v Ar filename
-produce extra debugging output from the internal
-file named
+Produce extra debugging output from the internal file named
.Dv filename .
.El
.Pp
@@ -103,7 +100,7 @@
public keyring of the user running the
.Nm
daemon utility by default.
-.Sh RETURN VALUES
+.Sh EXIT STATUS
In normal operation, the
.Nm
daemon will not return.
@@ -116,5 +113,5 @@
.Nm
command first appeared in
.Nx 6.0 .
-.Sh AUTHOR
+.Sh AUTHORS
.An Alistair Crooks Aq [email protected] .