diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-10 17:55:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-10 17:55:22 +0000 |
commit | 9d7fa165f85aeb19e753017101792f8a56d865dc (patch) | |
tree | 2b54b96f9a4c4cec177691393f9754f0235e163a /share/man/man5/ranlib.5 | |
parent | 950254d909152efb61b61dec32ad79a3f0d2e200 (diff) |
use .In rather than .Fd #include
Diffstat (limited to 'share/man/man5/ranlib.5')
-rw-r--r-- | share/man/man5/ranlib.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/ranlib.5 b/share/man/man5/ranlib.5 index a738d38e868..0647fd93ded 100644 --- a/share/man/man5/ranlib.5 +++ b/share/man/man5/ranlib.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ranlib.5,v 1.1 2013/07/05 21:37:15 miod Exp $ +.\" $OpenBSD: ranlib.5,v 1.2 2015/09/10 17:55:21 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -29,14 +29,14 @@ .\" .\" from: @(#)ranlib.5.5 5.2 (Berkeley) 5/10/91 .\" -.Dd $Mdocdate: July 5 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt RANLIB 5 .Os .Sh NAME .Nm ranlib .Nd archive (library) table-of-contents format .Sh SYNOPSIS -.Fd #include <ranlib.h> +.In ranlib.h .Sh DESCRIPTION The archive table-of-contents command .Nm ranlib |