diff options
author | dd <dd@FreeBSD.org> | 2001-04-15 19:53:47 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-04-15 19:53:47 +0000 |
commit | 02c02ffeef661fbbb9fdcbd1f988dce4d593c4f1 (patch) | |
tree | 70706fffa3a53c0db867d63a166c1c3c23b42ed9 /lib/libfetch | |
parent | 05eff787d1b6ad021837ec2d0b1f926ad841df26 (diff) | |
download | FreeBSD-src-02c02ffeef661fbbb9fdcbd1f988dce4d593c4f1.zip FreeBSD-src-02c02ffeef661fbbb9fdcbd1f988dce4d593c4f1.tar.gz |
Grammar police: "its", not "it's", is the possessive form of "it".
Diffstat (limited to 'lib/libfetch')
-rw-r--r-- | lib/libfetch/fetch.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index ea7c9cd..d1918fa 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -201,7 +201,7 @@ in the appropriate section below. .Pp .Fn fetchStatURL attempts to obtain the requested document's metadata and fill in the -structure pointed to by it's second argument. +structure pointed to by its second argument. The .Fa url_stat structure is defined as follows in |