diff options
author | 2005-02-26 09:19:57 +0000 | |
---|---|---|
committer | 2005-02-26 09:19:57 +0000 | |
commit | ddce81b742383f4877480e9168546c52490a045b (patch) | |
tree | d83324d82ced91a94eec0c9c1c0be83daf46b6c9 | |
parent | document wep; (diff) | |
download | wireguard-openbsd-ddce81b742383f4877480e9168546c52490a045b.tar.xz wireguard-openbsd-ddce81b742383f4877480e9168546c52490a045b.zip |
simpler macros;
-rw-r--r-- | share/man/man4/atu.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/atu.4 b/share/man/man4/atu.4 index ee22a7935b8..aa273d58135 100644 --- a/share/man/man4/atu.4 +++ b/share/man/man4/atu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atu.4,v 1.13 2005/02/26 09:17:06 jmc Exp $ +.\" $OpenBSD: atu.4,v 1.14 2005/02/26 09:19:57 jmc Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -183,7 +183,7 @@ Enable WEP encryption using the specified The .Ar key can either be a string, a series of hexadecimal digits (preceded by -.So 0x Sc ) , +.Sq 0x ) , or a set of keys of the form .Dq n:k1,k2,k3,k4 , where |