Use In instead of Fd for header files.

This commit is contained in:
wiz 2003-09-10 05:51:06 +00:00
parent 78435d869d
commit 89d02ff30e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pw_dup.3,v 1.1 2003/09/09 22:01:56 itojun Exp $
.\" $NetBSD: pw_dup.3,v 1.2 2003/09/10 05:51:06 wiz Exp $
.\" $OpenBSD: pw_dup.3,v 1.5 2003/06/17 21:56:23 millert Exp $
.\"
.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
@ -22,7 +22,7 @@
.Nm pw_dup
.Nd make a copy of a struct passwd
.Sh SYNOPSIS
.Fd #include <pwd.h>
.In pwd.h
.Ft struct passwd *
.Fn pw_dup "const struct passwd *pw"
.Sh DESCRIPTION