diff options
author | 2013-08-05 06:58:40 +0000 | |
---|---|---|
committer | 2013-08-05 06:58:40 +0000 | |
commit | a6d17608afa720f86e91a3ddbb175396e3b1c1d8 (patch) | |
tree | 5f8d4e87255fef9d7a91004847caaabb26435b01 | |
parent | de-lint hp300 (diff) | |
download | wireguard-openbsd-a6d17608afa720f86e91a3ddbb175396e3b1c1d8.tar.xz wireguard-openbsd-a6d17608afa720f86e91a3ddbb175396e3b1c1d8.zip |
use %C for the Rs/Re block: mandoc already supports it, and ingo
has successfully got groff to integrate it;
From: Daniel Dickman
-rw-r--r-- | usr.bin/bdes/bdes.1 | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/usr.bin/bdes/bdes.1 b/usr.bin/bdes/bdes.1 index ff8a28e2b3a..fde98399aff 100644 --- a/usr.bin/bdes/bdes.1 +++ b/usr.bin/bdes/bdes.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bdes.1,v 1.10 2007/05/31 19:20:07 jmc Exp $ +.\" $OpenBSD: bdes.1,v 1.11 2013/08/05 06:58:40 jmc Exp $ .\" $NetBSD: bdes.1,v 1.11 2003/08/07 11:13:11 agc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)bdes.1 8.1 (Berkeley) 6/29/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 5 2013 $ .Dt BDES 1 .Os .Sh NAME @@ -252,24 +252,21 @@ does too, but this may be changed from the command line. .%T Data Encryption Standard .%R Federal Information Processing Standard #46 .%Q National Bureau of Standards, U.S. Department of Commerce -.\" should be .%C as soon as it's supported. -.%O Washington DC +.%C Washington DC .%D January 1977 .Re .Rs .%T DES Modes of Operation .%R Federal Information Processing Standard #81 .%Q National Bureau of Standards, U.S. Department of Commerce -.\" should be .%C as soon as it's supported. -.%O Washington DC +.%C Washington DC .%D December 1980 .Re .Rs .%A Dorothy Denning .%T Cryptography and Data Security .%I Addison-Wesley Publishing Co. -.\" should be .%C as soon as it's supported. -.%O Reading, MA +.%C Reading, MA .%D 1982 .Re .Rs @@ -277,8 +274,7 @@ does too, but this may be changed from the command line. .%T Implementation Notes on bdes(1) .%R Technical Report PCS-TR-91-158 .%Q Department of Mathematics and Computer Science, Dartmouth College -.\" should be .%C as soon as it's supported. -.%O Hanover, NH 03755 +.%C Hanover, NH 03755 .%D April 1991 .Re .Rs @@ -292,8 +288,7 @@ does too, but this may be changed from the command line. .%A Bruce Schneier .%T Applied Cryptography (2nd edition) .%I John Wiley & Sons, Inc. -.%O New York, NY -.\" should be .%C as soon as it's supported. +.%C New York, NY .%D 1996 .Re .Rs |