diff options
author | Bruce Evans <bde@FreeBSD.org> | 1996-05-01 01:45:23 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1996-05-01 01:45:23 +0000 |
commit | 50e9e209437bf1fdc2801edc652e7bb888e916be (patch) | |
tree | adbdaa9b3c088624966b9429af04d054acf991fa /share | |
parent | 9c6e4f2a7cb805dbaa52f95f3cab1218a4238e3e (diff) | |
download | src-50e9e209437bf1fdc2801edc652e7bb888e916be.tar.gz src-50e9e209437bf1fdc2801edc652e7bb888e916be.zip |
Notes
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/link.5 | 4 | ||||
-rw-r--r-- | share/man/man5/utmp.5 | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/link.5 b/share/man/man5/link.5 index c7e02d1107f2..a0c726eb89f5 100644 --- a/share/man/man5/link.5 +++ b/share/man/man5/link.5 @@ -26,7 +26,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: link.5,v 1.4 1996/01/30 13:51:35 mpp Exp $ +.\" $Id: link.5,v 1.5 1996/04/08 04:18:14 mpp Exp $ .\" .Dd October 23, 1993 .Dt LINK 5 @@ -35,6 +35,8 @@ .Nm link .Nd dynamic loader and link editor interface .Sh SYNOPSIS +.Fd #include <sys/types.h> +.Fd #include <nlist.h> .Fd #include <link.h> .Sh DESCRIPTION The include file diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index b25b4da483a5..508975621ad0 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -40,6 +40,7 @@ .Nm lastlog .Nd login records .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <utmp.h> .Sh DESCRIPTION The file |