More minor fixes.
diff --git a/man/ZIP_SOURCE_GET_ARGS.mdoc b/man/ZIP_SOURCE_GET_ARGS.mdoc
index e817686..bb29412 100644
--- a/man/ZIP_SOURCE_GET_ARGS.mdoc
+++ b/man/ZIP_SOURCE_GET_ARGS.mdoc
@@ -51,10 +51,10 @@
 .Sh RETURN VALUES
 On success,
 .Fn ZIP_SOURCE_GET_ARGS
-returns 
+returns
 .Ar data .
 In case of error, it returns
-.Dv NULL 
+.Dv NULL
 and sets
 .Ar error .
 .Sh ERRORS
diff --git a/man/zip_error_system_type.mdoc b/man/zip_error_system_type.mdoc
index d25220a..cdab136 100644
--- a/man/zip_error_system_type.mdoc
+++ b/man/zip_error_system_type.mdoc
@@ -56,7 +56,7 @@
 System specific part of
 .Ar ze
 is an
-.Xr errno 3 .
+.Xr errno 2 .
 .It Dv ZIP_ET_ZLIB
 .System specific part of
 .Ar ze
diff --git a/man/zip_source.mdoc b/man/zip_source.mdoc
index 37b022c..e59d5a2 100644
--- a/man/zip_source.mdoc
+++ b/man/zip_source.mdoc
@@ -70,7 +70,7 @@
 .Xr zip_source_free 3
 only needs to be called when these functions return an error.
 Use
-.Xr zip_source_keep
+.Xr zip_source_keep 3
 to increase the reference count, for example if you need the source after
 .Xr zip_close 3 .
 .Sh SEE ALSO
diff --git a/man/zip_source_commit_write.mdoc b/man/zip_source_commit_write.mdoc
index 3712ebc..22c8513 100644
--- a/man/zip_source_commit_write.mdoc
+++ b/man/zip_source_commit_write.mdoc
@@ -60,7 +60,7 @@
 .Xr zip_source_rollback_write 3 ,
 .Xr zip_source_seek_write 3 ,
 .Xr zip_source_tell_write 3 ,
-.Xr zip_source_write 3 
+.Xr zip_source_write 3
 .Sh AUTHORS
 .An -nosplit
 .An Dieter Baron Aq Mt dillo@nih.at
diff --git a/man/zip_source_rollback_write.mdoc b/man/zip_source_rollback_write.mdoc
index 12e0754..cd5142c 100644
--- a/man/zip_source_rollback_write.mdoc
+++ b/man/zip_source_rollback_write.mdoc
@@ -59,7 +59,7 @@
 .Xr zip_source_commit_write 3 ,
 .Xr zip_source_seek_write 3 ,
 .Xr zip_source_tell_write 3 ,
-.Xr zip_source_write 3 
+.Xr zip_source_write 3
 .Sh AUTHORS
 .An -nosplit
 .An Dieter Baron Aq Mt dillo@nih.at
diff --git a/man/zip_source_seek_compute_offset.mdoc b/man/zip_source_seek_compute_offset.mdoc
index 7ec683e..66e5c32 100644
--- a/man/zip_source_seek_compute_offset.mdoc
+++ b/man/zip_source_seek_compute_offset.mdoc
@@ -49,7 +49,8 @@
 command.
 .Ar data
 and
-.Ar data_length are the arguments to the source callback,
+.Ar data_length
+are the arguments to the source callback,
 .Ar offset
 is the current offset and
 .Ar length
diff --git a/man/zip_source_seek_write.mdoc b/man/zip_source_seek_write.mdoc
index df9e0f8..6569653 100644
--- a/man/zip_source_seek_write.mdoc
+++ b/man/zip_source_seek_write.mdoc
@@ -76,7 +76,7 @@
 .Xr zip_source_commit_write 3 ,
 .Xr zip_source_rollback_write 3 ,
 .Xr zip_source_tell_write 3 ,
-.Xr zip_source_write 3 
+.Xr zip_source_write 3
 .Sh AUTHORS
 .An -nosplit
 .An Dieter Baron Aq Mt dillo@nih.at
diff --git a/man/zip_source_tell.mdoc b/man/zip_source_tell.mdoc
index 114e355..83d1ae4 100644
--- a/man/zip_source_tell.mdoc
+++ b/man/zip_source_tell.mdoc
@@ -48,7 +48,7 @@
 for the zip source
 .Fa zs .
 The return value can be passed to
-.Xr zip_source_seek
+.Xr zip_source_seek 3
 with
 .Ar whence
 set to
diff --git a/man/zip_source_tell_write.mdoc b/man/zip_source_tell_write.mdoc
index 433e307..17121e0 100644
--- a/man/zip_source_tell_write.mdoc
+++ b/man/zip_source_tell_write.mdoc
@@ -48,7 +48,7 @@
 for the zip source
 .Fa zs .
 The return value can be passed to
-.Xr zip_source_seek_write
+.Xr zip_source_seek_write 3
 with
 .Ar whence
 set to
@@ -66,7 +66,7 @@
 .Xr zip_source_commit_write 3 ,
 .Xr zip_source_rollback_write 3 ,
 .Xr zip_source_tell_write 3 ,
-.Xr zip_source_write 3 
+.Xr zip_source_write 3
 .Sh AUTHORS
 .An -nosplit
 .An Dieter Baron Aq Mt dillo@nih.at