diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2001-06-22 21:36:53 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2001-06-22 21:36:53 +0000 |
commit | aaa28e3abf54cf85867868b499ea9b6830139083 (patch) | |
tree | a182fde4fcabdb5412652b6abd3d74d498f6e02c /share | |
parent | 6508c98e6111cdfd72089b8e971eaf50543f23c9 (diff) |
switch from primes to moduli
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/Makefile | 6 | ||||
-rw-r--r-- | share/man/man5/moduli.5 (renamed from share/man/man5/primes.5) | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 2c71aa55dcb..46ee2c91ed9 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.17 2001/06/14 13:53:50 provos Exp $ +# $OpenBSD: Makefile,v 1.18 2001/06/22 21:36:51 provos Exp $ # $NetBSD: Makefile,v 1.14 1995/05/11 23:13:15 cgd Exp $ # missing: dump.5 plot.5 MAN= a.out.5 acct.5 bsd.port.mk.5 core.5 dir.5 disktab.5 ethers.5 fbtab.5 \ fs.5 fstab.5 group.5 hostname.if.5 hosts.equiv.5 hosts.5 intro.5 \ - link.5 login.conf.5 motd.5 netgroup.5 networks.5 passwd.5 \ - passwd.conf.5 phones.5 primes.5 printcap.5 protocols.5 remote.5 \ + link.5 login.conf.5 moduli.5 motd.5 netgroup.5 networks.5 passwd.5 \ + passwd.conf.5 phones.5 printcap.5 protocols.5 remote.5 \ resolv.conf.5 rpc.5 services.5 shells.5 stab.5 sysctl.conf.5 \ types.5 utmp.5 MLINKS= dir.5 dirent.5 fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 diff --git a/share/man/man5/primes.5 b/share/man/man5/moduli.5 index 2f13edc19b0..125be3d4825 100644 --- a/share/man/man5/primes.5 +++ b/share/man/man5/moduli.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: primes.5,v 1.2 2001/06/14 20:00:46 deraadt Exp $ +.\" $OpenBSD: moduli.5,v 1.1 2001/06/22 21:36:52 provos Exp $ .\" .\" Copyright 1997, 2000 William Allen Simpson <wsimpson@greendragon.com> .\" All rights reserved. @@ -31,14 +31,14 @@ .\" Manual page, using -mandoc macros .\" .Dd July 28, 1997 -.Dt PRIMES 5 +.Dt MODULI 5 .Os .Sh NAME -.Nm primes +.Nm moduli .Nd system moduli file .Sh DESCRIPTION The -.Pa /etc/primes +.Pa /etc/moduli file contains the system-wide Diffie-Hellman prime moduli for the .Xr photurisd 8 and @@ -148,8 +148,8 @@ When more than one meet the criteria, the selection should be weighted toward newer moduli, without completely disqualifying older moduli. .Sh FILES -.Bl -tag -width /etc/primes -compact -.It Pa /etc/primes +.Bl -tag -width /etc/moduli -compact +.It Pa /etc/moduli .El .Sh SEE ALSO .Xr photurisd 8 , |