diff options
author | obrien <obrien@FreeBSD.org> | 2004-08-21 03:31:17 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-08-21 03:31:17 +0000 |
commit | f850188f639b2516998c74599a99ae2c87e619bd (patch) | |
tree | bc2d83cdab48fbd1da4c6372e547a98a9907a778 /lib | |
parent | f36627bd561bb62f96a7f00ee78fa6c29da2f021 (diff) | |
download | FreeBSD-src-f850188f639b2516998c74599a99ae2c87e619bd.zip FreeBSD-src-f850188f639b2516998c74599a99ae2c87e619bd.tar.gz |
Document when this function came into FreeBSD.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libutil/fparseln.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libutil/fparseln.3 b/lib/libutil/fparseln.3 index 1e8f30e..c5eb691 100644 --- a/lib/libutil/fparseln.3 +++ b/lib/libutil/fparseln.3 @@ -153,4 +153,6 @@ if it runs out of memory. The .Fn fparseln function first appeared in -.Nx 1.4 . +.Nx 1.4 +and +.Fx 4.0 . |