diff options
author | mpp <mpp@FreeBSD.org> | 1999-08-15 10:01:15 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1999-08-15 10:01:15 +0000 |
commit | 88125b8f609ced152152199f225dde7805edb174 (patch) | |
tree | ebb23dd78c7e597ffe02228985b1d25f97318a06 /secure | |
parent | 8675115e755e1245bb8e07e750b0374223574ca6 (diff) | |
download | FreeBSD-src-88125b8f609ced152152199f225dde7805edb174.zip FreeBSD-src-88125b8f609ced152152199f225dde7805edb174.tar.gz |
Various man page cleanup:
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcipher/cipher.3 | 6 | ||||
-rw-r--r-- | secure/lib/libcrypt/crypt.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/secure/lib/libcipher/cipher.3 b/secure/lib/libcipher/cipher.3 index 28d91e6..e05a3d4 100644 --- a/secure/lib/libcipher/cipher.3 +++ b/secure/lib/libcipher/cipher.3 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: cipher.3,v 1.4 1997/02/22 14:40:20 peter Exp $ .\" .\" Manual page, using -mandoc macros .\" @@ -146,5 +146,5 @@ as an unencumbered replacement for the U.S.-only NetBSD libcrypt encryption library. Users should be aware that this code (and programs staticly linked with it) may not be exported from the U.S., although it apparently can be imported. -.Sh AUTHOR -David Burren <davidb@werj.com.au> +.Sh AUTHORS +.An David Burren Aq davidb@werj.com.au diff --git a/secure/lib/libcrypt/crypt.3 b/secure/lib/libcrypt/crypt.3 index 6ab0541..94db61c 100644 --- a/secure/lib/libcrypt/crypt.3 +++ b/secure/lib/libcrypt/crypt.3 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: crypt.3,v 1.8 1999/01/23 08:26:01 markm Exp $ .\" .\" Manual page, using -mandoc macros .\" @@ -155,5 +155,5 @@ as an unencumbered replacement for the U.S.-only NetBSD libcrypt encryption library. Users should be aware that this code (and programs staticly linked with it) may not be exported from the U.S., although it apparently can be imported. -.Sh AUTHOR -David Burren <davidb@werj.com.au> +.Sh AUTHORS +.An David Burren Aq davidb@werj.com.au |