Document .In, based on the documentation in groff-1.18.1.

Noted missing by perry.
This commit is contained in:
wiz 2003-04-16 16:05:56 +00:00
parent 0c5af93233
commit 7a1ffdc377
2 changed files with 22 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mdoc.7,v 1.25 2003/04/11 09:56:07 jdc Exp $ .\" $NetBSD: mdoc.7,v 1.26 2003/04/16 16:05:56 wiz Exp $
.\" .\"
.\" Copyright (c) 1991, 1993 .\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -33,7 +33,7 @@
.\" .\"
.\" @(#)mdoc.7 8.2 (Berkeley) 12/30/93 .\" @(#)mdoc.7 8.2 (Berkeley) 12/30/93
.\" .\"
.Dd November 24, 1997 .Dd April 16, 2003
.Os .Os
.Dt MDOC 7 .Dt MDOC 7
.Sh NAME .Sh NAME
@ -319,6 +319,7 @@ Produces:
.It Li \&Fn Ta Yes Ta Yes Ta "Function call (also .Fo and .Fc)." .It Li \&Fn Ta Yes Ta Yes Ta "Function call (also .Fo and .Fc)."
.It Li \&Ft Ta Yes Ta Yes Ta "Function type." .It Li \&Ft Ta Yes Ta Yes Ta "Function type."
.It Li \&Ic Ta Yes Ta Yes Ta "Interactive command." .It Li \&Ic Ta Yes Ta Yes Ta "Interactive command."
.It Li \&In Ta \&No Ta \&No Ta "Include header."
.It Li \&Lb Ta Yes Ta Yes Ta "Library name." .It Li \&Lb Ta Yes Ta Yes Ta "Library name."
.It Li \&Li Ta Yes Ta Yes Ta "Literal text." .It Li \&Li Ta Yes Ta Yes Ta "Literal text."
.It Li \&Nd Ta \&No Ta \&No Ta "Name description." .It Li \&Nd Ta \&No Ta \&No Ta "Name description."

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mdoc.samples.7,v 1.38 2003/04/04 19:25:40 wiz Exp $ .\" $NetBSD: mdoc.samples.7,v 1.39 2003/04/16 16:05:56 wiz Exp $
.\" .\"
.\" Copyright (c) 1990, 1993 .\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -37,7 +37,7 @@
.\" times and is guaranteed to give a worst case performance .\" times and is guaranteed to give a worst case performance
.\" for an already extremely slow package. .\" for an already extremely slow package.
.\" .\"
.Dd April 4, 2003 .Dd April 16, 2003
.Os .Os
.Dt MDOC.SAMPLES 7 .Dt MDOC.SAMPLES 7
.Sh NAME .Sh NAME
@ -1147,6 +1147,23 @@ on the next line).
The The
.Ql \&.Ft .Ql \&.Ft
request is not callable by other macros. request is not callable by other macros.
.Pp
The
.Ql .In
.Li ( #include
statement)
macro is the short form for
.Dl Li \&.Ft #include <header.h> .
It specifies the C\~header file as being included in a C\~program.
It also causes a line break, and is neither callable nor parsed.
.Pp
.Dl Usage: .In Ao header file Ac
.Pp
.Bl -tag -width ".Li .In\ stdio.h" -compact -offset 15n
.It Li ".In stdio.h"
.In stdio.h
.El
.
.Ss Interactive Commands .Ss Interactive Commands
The The
.Ql \&.Ic .Ql \&.Ic