diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index 733f513ccff7..81b716409059 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -236,7 +236,7 @@ structure is defined as follows in .In fetch.h : .Bd -literal struct url_ent { - char name[MAXPATHLEN]; + char name[PATH_MAX]; struct url_stat stat; }; .Ed