From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man3/cleanname.html | 71 ------------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 man/man3/cleanname.html (limited to 'man/man3/cleanname.html') diff --git a/man/man3/cleanname.html b/man/man3/cleanname.html deleted file mode 100644 index eba39965..00000000 --- a/man/man3/cleanname.html +++ /dev/null @@ -1,71 +0,0 @@ - -cleanname(3) - Plan 9 from User Space - - - - -
-
-
CLEANNAME(3)CLEANNAME(3) -
-
-

NAME
- -
- - cleanname – clean a path name
- -
-

SYNOPSIS
- -
- - #include <u.h>
- #include <libc.h>
- char*       cleanname(char *filename)
-
-
-

DESCRIPTION
- -
- - Cleanname takes a filename and by lexical processing only returns - the shortest string that names the same (possibly hypothetical) - file. It eliminates multiple and trailing slashes, and it lexically - interprets . and .. directory components in the name. The string - is overwritten in place. -
- - The shortest string cleanname can return is two bytes: the null-terminated - string ".". Therefore filename must contain room for at least two - bytes.
- -
-

SOURCE
- -
- - /usr/local/plan9/src/lib9/cleanname.c
-
-
-

SEE ALSO
- -
- - cleanname(1)
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3