From cc350194290e604ee7f6421806fb49f503994d63 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 24 Nov 2000 11:39:39 +0000 Subject: mdoc(7) police: minor fixes. --- bin/pwd/realpath.1 | 24 +++++++++++++----------- bin/realpath/realpath.1 | 24 +++++++++++++----------- 2 files changed, 26 insertions(+), 22 deletions(-) (limited to 'bin') diff --git a/bin/pwd/realpath.1 b/bin/pwd/realpath.1 index 683e152..9957793 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 . diff --git a/bin/realpath/realpath.1 b/bin/realpath/realpath.1 index 683e152..9957793 100644 --- a/bin/realpath/realpath.1 +++ b/bin/realpath/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 . -- cgit v1.1