summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commit1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /lib/libfetch
parentecf79cde9e1b8a35a0190579797cc483bcd50714 (diff)
downloadFreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip
FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/fetch.38
1 files changed, 4 insertions, 4 deletions
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
OpenPOWER on IntegriCloud