diff options
| author | wiz <wiz@NetBSD.org> | 2003-04-16 13:34:34 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-04-16 13:34:34 +0000 |
| commit | 472351e13db0de574eb46dc6a738ebfef119f0e3 (patch) | |
| tree | e975eec838b2062df0e601d4afc64ddf9bb7ab3c /lib/librmt | |
| parent | eb1ff84c33479a2a0ab27219b637c58da5b9ae96 (diff) | |
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 (limited to 'lib/librmt')
| -rw-r--r-- | lib/librmt/rmtops.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/librmt/rmtops.3 b/lib/librmt/rmtops.3 index c0f4eeb452d..625a59de8d9 100644 --- a/lib/librmt/rmtops.3 +++ b/lib/librmt/rmtops.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: rmtops.3,v 1.7 2002/10/01 19:28:21 wiz Exp $ +.\" $NetBSD: rmtops.3,v 1.8 2003/04/16 13:35:13 wiz Exp $ .\" .Dd October 16, 2001 .Os @@ -9,8 +9,8 @@ .Sh LIBRARY Remote Magnetic Tape Library (librmt, -lrmt) .Sh SYNOPSIS -.Fd #include \*[Lt]rmt.h\*[Gt] -.Fd #include \*[Lt]sys/stat.h\*[Gt] +.In rmt.h +.In sys/stat.h .Ft int .Fn isrmt "int fd" .Ft int |
