Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Use In instead of Fd for header files.
details: https://anonhg.NetBSD.org/src/rev/f47ea3cfbf1e
branches: trunk
changeset: 551668:f47ea3cfbf1e
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Sep 10 05:51:06 2003 +0000
description:
Use In instead of Fd for header files.
diffstat:
lib/libc/gen/pw_dup.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r be1eac9d4ada -r f47ea3cfbf1e lib/libc/gen/pw_dup.3
--- a/lib/libc/gen/pw_dup.3 Wed Sep 10 05:42:18 2003 +0000
+++ b/lib/libc/gen/pw_dup.3 Wed Sep 10 05:51:06 2003 +0000
@@ -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@localhost>
@@ -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
Home |
Main Index |
Thread Index |
Old Index