diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-05-16 06:30:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-05-16 06:30:07 +0000 |
commit | 5dd7ac28141e59628398542da509a2f0efdbecb1 (patch) | |
tree | fb2e4191c1990ff2f27a7db3bfe1ecff42879a38 | |
parent | e6e3a7dfc3d50736d958bcbd795edff948d0cd9a (diff) |
oops! avoid Xr to self;
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index cdfcc52440a..78b367b056f 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,7 +33,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.159 2013/05/16 04:09:14 dtucker Exp $ +.\" $OpenBSD: sshd_config.5,v 1.160 2013/05/16 06:30:06 jmc Exp $ .Dd $Mdocdate: May 16 2013 $ .Dt SSHD_CONFIG 5 .Os @@ -1028,8 +1028,7 @@ depending on the cipher. The optional second value is specified in seconds and may use any of the units documented in the .Sx TIME FORMATS -section of -.Xr sshd_config 5 . +section. The default value for .Cm RekeyLimit is |