From 4c172dcc9db078c042dd5715c197ecc21103800b Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 29 May 2001 20:24:51 +0000 Subject: [PATCH] Avoid NAME too long error. --- winsup/cygwin/path.sgml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/winsup/cygwin/path.sgml b/winsup/cygwin/path.sgml index 6030c8f78..f0d54f18e 100644 --- a/winsup/cygwin/path.sgml +++ b/winsup/cygwin/path.sgml @@ -1,4 +1,4 @@ - + cygwin_posix_to_win32_path_list @@ -30,12 +30,12 @@ if (_epath != NULL && *_epath != 0 -See also +See also cygwin_posix_to_win32_path_list_buf_size - + cygwin_win32_to_posix_path_list @@ -49,12 +49,12 @@ cygwin_posix_to_win32_path_list_buf_size the equivalent POSIX path-style string (i.e. /foo:/bar). posix must point to a sufficiently large buffer. See also +linkend="cygwin-win32-to-posix-path-list-buf-size"> cygwin_win32_to_posix_path_list_buf_size - + cygwin_posix_to_win32_path_list_buf_size @@ -64,12 +64,12 @@ cygwin_win32_to_posix_path_list_buf_size Returns the number of bytes needed to hold the result of calling - + cygwin_posix_to_win32_path_list. - + cygwin_win32_to_posix_path_list_buf_size @@ -79,12 +79,12 @@ cygwin_posix_to_win32_path_list. Tells you how many bytes are needed for the results of +linkend="cygwin-win32-to-posix-path-list"> cygwin_win32_to_posix_path_list. - + cygwin_conv_to_posix_path @@ -103,7 +103,7 @@ size; use MAX_PATH if needed. - + cygwin_conv_to_win32_path @@ -121,7 +121,7 @@ If path is relative, then size; use MAX_PATH if needed. - + cygwin_conv_to_full_posix_path @@ -140,7 +140,7 @@ buffer of sufficient size; use MAX_PATH if needed. - + cygwin_conv_to_full_win32_path @@ -159,7 +159,7 @@ buffer of sufficient size; use MAX_PATH if needed. - + cygwin_posix_path_list_p @@ -178,7 +178,7 @@ parameter. - + cygwin_split_path -- 2.43.5