diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 15:21:18 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 15:21:18 +0000 |
commit | 3e822f562a2a9da115bd9d84adf5e211370ec4dd (patch) | |
tree | c741b4dc8f089128fff5c9825dbe60c28d66fb94 /share/man/man4/man4.sparc | |
parent | ddd170dedc3aa5a283ca155d53a50407d8da8150 (diff) |
o) We don't like .Pp before/after .Sh;
o) .Nm always has argument in .Sh SYNOPSIS;
o) We always closes .Bl and .Bd tags;
millert@ ok
Diffstat (limited to 'share/man/man4/man4.sparc')
-rw-r--r-- | share/man/man4/man4.sparc/fga.4 | 3 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/ie.4 | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.sparc/fga.4 b/share/man/man4/man4.sparc/fga.4 index f01fe3eb863..32d72a1d70f 100644 --- a/share/man/man4/man4.sparc/fga.4 +++ b/share/man/man4/man4.sparc/fga.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fga.4,v 1.3 2000/11/10 20:02:19 todd Exp $ +.\" $OpenBSD: fga.4,v 1.4 2001/08/03 15:21:16 mpech Exp $ .\" .\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -116,6 +116,7 @@ Set (attempt to get) the mailbox If successful, .Ar fgasem_val will have a value of 1, otherwise it will have a value of 0. +.El .Sh SEE ALSO .Xr ioctl 2 , .Xr ddb 4 , diff --git a/share/man/man4/man4.sparc/ie.4 b/share/man/man4/man4.sparc/ie.4 index cded0d5694f..56ac0623e68 100644 --- a/share/man/man4/man4.sparc/ie.4 +++ b/share/man/man4/man4.sparc/ie.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ie.4,v 1.4 1999/07/09 13:35:42 aaron Exp $ +.\" $OpenBSD: ie.4,v 1.5 2001/08/03 15:21:16 mpech Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -39,7 +39,6 @@ interface employs the address resolution protocol described in .Xr arp 4 to dynamically map between Internet and Ethernet addresses on the local network. -.Pp .Sh SEE ALSO .Xr arp 4 , .Xr be 4 , |