diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-24 11:39:39 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-24 11:39:39 +0000 |
commit | 468e81775d3f2a1c37ef4695ccadb3f34d06bd59 (patch) | |
tree | 01395df0b8b26a592bb628abeb88c70ae8548750 /bin/pwd | |
parent | 759ca2b99fbca5ad42014aacaf3e8a6251f57650 (diff) | |
download | src-test2-468e81775d3f2a1c37ef4695ccadb3f34d06bd59.tar.gz src-test2-468e81775d3f2a1c37ef4695ccadb3f34d06bd59.zip |
Notes
Diffstat (limited to 'bin/pwd')
-rw-r--r-- | bin/pwd/realpath.1 | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/bin/pwd/realpath.1 b/bin/pwd/realpath.1 index 683e152a6f78..9957793e7763 100644 --- a/bin/pwd/realpath.1 +++ b/bin/pwd/realpath.1 @@ -38,7 +38,7 @@ .\" .Dd November 24, 2000 .Dt REALPATH 1 -.Os FreeBSD 5.0 +.Os FreeBSD .Sh NAME .Nm realpath .Nd return resolved physical path @@ -46,23 +46,25 @@ .Nm .Ar path .Sh DESCRIPTION -.Nm realpath +.Nm uses the .Xr realpath 3 -function to resolve all symbolic links, extra -.Qo -/ -.Qc -characters and references to -.Pa /./ -and +function to resolve all symbolic links, extra +.Ql / +characters and references to +.Pa /./ +and .Pa /../ in .Ar path . -.Pp .Sh DIAGNOSTICS The .Nm utility exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO -.Xr realpath 3 +.Xr realpath 3 +.Sh HISTORY +The +.Nm +utility first appeared in +.Fx 5.0 . |