diff options
author | 2007-11-17 14:45:32 +0000 | |
---|---|---|
committer | 2007-11-17 14:45:32 +0000 | |
commit | af9acf648d99bbebc8a5bdb69d6c394f2813741f (patch) | |
tree | 718d028a33ecce089f5332f8d1376861426ce21b | |
parent | RT2560+RT2661: update the physical address in the RX descriptor after (diff) | |
download | wireguard-openbsd-af9acf648d99bbebc8a5bdb69d6c394f2813741f.tar.xz wireguard-openbsd-af9acf648d99bbebc8a5bdb69d6c394f2813741f.zip |
avoid false double space;
-rw-r--r-- | usr.sbin/pppoe/pppoe.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppoe/pppoe.8 b/usr.sbin/pppoe/pppoe.8 index 1d31dd5e2cd..0632c7eb480 100644 --- a/usr.sbin/pppoe/pppoe.8 +++ b/usr.sbin/pppoe/pppoe.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.8,v 1.22 2007/11/16 22:44:20 jmc Exp $ +.\" $OpenBSD: pppoe.8,v 1.23 2007/11/17 14:45:32 jmc Exp $ .\" .\" Copyright (c) 2000 Network Security Technologies, Inc. .\" (http://www.netsec.net) @@ -25,7 +25,7 @@ .\" POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: November 16 2007 $ +.Dd $Mdocdate: November 17 2007 $ .Dt PPPOE 8 .Os .Sh NAME @@ -236,7 +236,7 @@ program was written by .An Jason L. Wright .Aq jason@thought.net of -.An Network Security Technologies, Inc. +.An Network Security Technologies, Inc.\& .Aq http://www.netsec.net . .Sh BUGS This software runs completely in user mode. |