From 1c23ef339bcd24785a7edbf6087f4e9c1054a22e Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 8 Sep 2003 19:57:22 +0000 Subject: mdoc(7): Use the new feature of the .In macro. --- lib/libfetch/fetch.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libfetch') diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index 9a1b1fa..48241ff 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -149,7 +149,7 @@ and return a pointer to a .Vt url structure, which is defined as follows in -.Aq Pa fetch.h : +.In fetch.h : .Bd -literal #define URL_SCHEMELEN 16 #define URL_USERLEN 256 @@ -204,7 +204,7 @@ structure pointed to by its second argument. The .Vt url_stat structure is defined as follows in -.Aq Pa fetch.h : +.In fetch.h : .Bd -literal struct url_stat { off_t size; @@ -232,7 +232,7 @@ structures. The .Vt url_ent structure is defined as follows in -.Aq Pa fetch.h : +.In fetch.h : .Bd -literal struct url_ent { char name[MAXPATHLEN]; @@ -401,7 +401,7 @@ All other functions return a stream pointer which may be used to access the requested document, or NULL if an error occurred. .Pp The following error codes are defined in -.Aq Pa fetch.h : +.In fetch.h : .Bl -tag -width 18n .It Bq Er FETCH_ABORT Operation aborted -- cgit v1.1