diff options
author | ru <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
commit | 1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch) | |
tree | f208c0020248a2800766b91d7bf24e0234629b8b /lib/libcompat | |
parent | ecf79cde9e1b8a35a0190579797cc483bcd50714 (diff) | |
download | FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz |
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/4.1/ftime.3 | 2 | ||||
-rw-r--r-- | lib/libcompat/4.4/cuserid.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcompat/4.1/ftime.3 b/lib/libcompat/4.1/ftime.3 index 4a80a8f..87ee1b0 100644 --- a/lib/libcompat/4.1/ftime.3 +++ b/lib/libcompat/4.1/ftime.3 @@ -55,7 +55,7 @@ The .Fn ftime routine fills in a structure pointed to by its argument, as defined by -.Aq Pa sys/timeb.h : +.In sys/timeb.h : .Bd -literal -offset indent /* * Structure returned by ftime system call diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3 index 168fcda..4b823b2 100644 --- a/lib/libcompat/4.4/cuserid.3 +++ b/lib/libcompat/4.4/cuserid.3 @@ -62,7 +62,7 @@ for at least .Em L_cuserid characters. The L_cuserid constant is defined in -.Aq Pa stdio.h . +.In stdio.h . .Pp If .Fa s |