diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-25 19:33:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-25 19:33:23 +0000 |
commit | edfaa802510ceba59b1064fb18b5701304058919 (patch) | |
tree | f39f51613bd77ee09bc2598db68a7cf083f6ccec /share | |
parent | 0189da9e7093ccf446208cd8975e69c83a8c8556 (diff) |
keyfile protects keys, not files
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/vpn.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index 1b6c367b231..a6e2ade5bdc 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.33 2000/04/22 20:48:46 kjell Exp $ +.\" $OpenBSD: vpn.8,v 1.34 2000/04/25 19:33:22 deraadt Exp $ .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -153,7 +153,7 @@ and .Fl authkey may be used to specify the keys directly in the .Xr ipsecadm 8 -command line. However, another user could view the files by using the +command line. However, another user could view the keys by using the .Xr ps 1 command at the appropriate time (or use a program for doing so). .Pp |