diff options
author | ru <ru@FreeBSD.org> | 2001-02-22 07:29:40 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-22 07:29:40 +0000 |
commit | 4798254d00bb262700a9105a1adba6d0d3c46b94 (patch) | |
tree | 26ede3fbb73101ab8b5d68c530f430e4f9e5ffb6 /bin | |
parent | efd79cf1237a514cb3ae77166135a90cdbb25c1f (diff) | |
download | FreeBSD-src-4798254d00bb262700a9105a1adba6d0d3c46b94.zip FreeBSD-src-4798254d00bb262700a9105a1adba6d0d3c46b94.tar.gz |
Move the realpath(1) birth day from FreeBSD 5.0 to FreeBSD 4.3.
Submitted by: "Stephen L. Palmer" <slpalmer@mail.com>
Forgotten by: asmodai
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pwd/realpath.1 | 2 | ||||
-rw-r--r-- | bin/realpath/realpath.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/pwd/realpath.1 b/bin/pwd/realpath.1 index 9957793..9752ab0 100644 --- a/bin/pwd/realpath.1 +++ b/bin/pwd/realpath.1 @@ -67,4 +67,4 @@ utility exits 0 on success, and >0 if an error occurs. The .Nm utility first appeared in -.Fx 5.0 . +.Fx 4.3 . diff --git a/bin/realpath/realpath.1 b/bin/realpath/realpath.1 index 9957793..9752ab0 100644 --- a/bin/realpath/realpath.1 +++ b/bin/realpath/realpath.1 @@ -67,4 +67,4 @@ utility exits 0 on success, and >0 if an error occurs. The .Nm utility first appeared in -.Fx 5.0 . +.Fx 4.3 . |