diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-08 01:27:57 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-08 01:27:57 +0000 |
commit | 89bd03f00e651e86126fd09b39e4867a76f5554e (patch) | |
tree | e813750548fb365113ce3c64759a0ab5b7359da9 /share/man/man7 | |
parent | def96861438f6b5048aab1d1b2fed0a861d6b24d (diff) |
obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/ports.7 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 900c4b6e00b..aa46359118a 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (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: ports.7,v 1.98 2014/01/20 05:07:49 schwarze Exp $ +.\" $OpenBSD: ports.7,v 1.99 2014/09/08 01:27:55 schwarze Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: January 20 2014 $ +.Dd $Mdocdate: September 8 2014 $ .Dt PORTS 7 .Os .Sh NAME @@ -761,6 +761,7 @@ It is currently managed by Marc Espie, Christian Weisgerber, along with a host of others found at ports@openbsd.org. .Sh AUTHORS This man page was originated by -David O'Brien, from the +.An David O'Brien , +from the .Fx project. |