diff options
author | 2013-07-16 07:01:02 +0000 | |
---|---|---|
committer | 2013-07-16 07:01:02 +0000 | |
commit | ab2db34d023daa1aef95b93ca0b14d05f3a9faaa (patch) | |
tree | 41e73926fb882982b5c294879246359a26e8ae08 | |
parent | where "-" represents stdin, just use Sq, not Fl, since it's not a flag; (diff) | |
download | wireguard-openbsd-ab2db34d023daa1aef95b93ca0b14d05f3a9faaa.tar.xz wireguard-openbsd-ab2db34d023daa1aef95b93ca0b14d05f3a9faaa.zip |
Add missing .An and .Mt macros.
While here, add nicer line breaks as well.
ok jmc@
-rw-r--r-- | usr.bin/gzsig/gzsig.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/gzsig/gzsig.1 b/usr.bin/gzsig/gzsig.1 index 7f9ed757dcf..87d7b2feb32 100644 --- a/usr.bin/gzsig/gzsig.1 +++ b/usr.bin/gzsig/gzsig.1 @@ -1,5 +1,5 @@ -.\" $OpenBSD: gzsig.1,v 1.15 2013/03/09 22:36:25 jmc Exp $ -.\" $Id: gzsig.1,v 1.15 2013/03/09 22:36:25 jmc Exp $ +.\" $OpenBSD: gzsig.1,v 1.16 2013/07/16 07:01:02 schwarze Exp $ +.\" $Id: gzsig.1,v 1.16 2013/07/16 07:01:02 schwarze Exp $ .\" .\" Copyright (c) 2001 Dug Song <dugsong@arbor.net> .\" Copyright (c) 2001 Arbor Networks, Inc. @@ -28,7 +28,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 9 2013 $ +.Dd $Mdocdate: July 16 2013 $ .Dt GZSIG 1 .Os .Sh NAME @@ -124,8 +124,8 @@ using the SSL certificate in .Xr ssh-keygen 1 , .Xr ssl 8 .Sh AUTHORS -Dug Song -.Aq dugsong@arbor.net . +.An -nosplit +.An Dug Song Aq Mt dugsong@arbor.net . +.Pp SSH2 support by -Marius Eriksen -.Aq marius@openbsd.org . +.An Marius Eriksen Aq Mt marius@openbsd.org . |