OSDN Git Service

(split) LDP: Update original to LDP v3.63
[linuxjm/LDP_man-pages.git] / original / man3 / basename.3
index 817ad92..bde1471 100644 (file)
@@ -70,7 +70,7 @@ and
 return the string "/".
 If
 .I path
-is a NULL pointer or points to an empty string, then both
+is a null pointer or points to an empty string, then both
 .BR dirname ()
 and
 .BR basename ()
@@ -115,8 +115,8 @@ path        dirname basename
 /usr/          /       usr
 usr            .       usr
 /              /       /
-\            .       .
-\..            .       ..
+\&.            .       .
+\&..           .       ..
 .TE
 .SH RETURN VALUE
 Both