Rename zip_error_sys_type to zip_error_get_sys_type. Adapt callers and documentation. --HG-- branch : HEAD
diff --git a/man/zip_error_to_str.mdoc b/man/zip_error_to_str.mdoc index 5687f16..6a06326 100644 --- a/man/zip_error_to_str.mdoc +++ b/man/zip_error_to_str.mdoc
@@ -1,4 +1,4 @@ -.\" $NiH: zip_error_to_str.mdoc,v 1.1 2004/11/24 16:15:53 wiz Exp $ +.\" $NiH: zip_error_to_str.mdoc,v 1.2 2004/12/03 15:23:10 dillo Exp $ .\" .\" zip_error_to_str.mdoc -- get string representation of zip error code .\" Copyright (C) 2003, 2004 Dieter Baron and Thomas Klausner @@ -77,7 +77,7 @@ excluding the terminating NUL character. .Sh SEE ALSO .Xr zip_error_get 3 , -.Xr zip_error_sys_type 3 , +.Xr zip_error_get_sys_type 3 , .Xr zip_file_error_get 3 , .Xr zip_file_strerror 3 , .Xr zip_open 3 ,