Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/share/man/man5 Pull up revision 1.16 (requested by wiz ...



details:   https://anonhg.NetBSD.org/src/rev/a52581e26e2e
branches:  netbsd-1-6
changeset: 530595:a52581e26e2e
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Aug 17 11:58:44 2003 +0000

description:
Pull up revision 1.16 (requested by wiz in ticket #1372):
Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.

diffstat:

 share/man/man5/dir.5 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0911c349673c -r a52581e26e2e share/man/man5/dir.5
--- a/share/man/man5/dir.5      Sun Aug 17 11:56:21 2003 +0000
+++ b/share/man/man5/dir.5      Sun Aug 17 11:58:44 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dir.5,v 1.9.2.6 2003/08/17 11:56:21 tron Exp $
+.\"    $NetBSD: dir.5,v 1.9.2.7 2003/08/17 11:58:44 tron Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -40,8 +40,8 @@
 .Nm dirent
 .Nd directory format
 .Sh SYNOPSIS
-.Fd #include \*[Lt]sys/types.h\*[Gt]
-.Fd #include \*[Lt]sys/dirent.h\*[Gt]
+.In sys/types.h
+.In sys/dirent.h
 .Sh DESCRIPTION
 Directories provide a convenient hierarchical method of grouping
 files while obscuring the underlying details of the storage medium.



Home | Main Index | Thread Index | Old Index