Module Name: src
Committed By: snj
Date: Sat Jan 30 20:14:54 UTC 2010
Modified Files:
src/dist/file/doc [netbsd-5]: file.1 libmagic.3
Log Message:
Apply patch (requested by dholland in ticket #1287):
Fix man page section numbers.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.17.4.1 src/dist/file/doc/file.1
cvs rdiff -u -r1.10 -r1.10.4.1 src/dist/file/doc/libmagic.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/dist/file/doc/file.1
diff -u src/dist/file/doc/file.1:1.17 src/dist/file/doc/file.1:1.17.4.1
--- src/dist/file/doc/file.1:1.17 Sat Aug 30 12:16:51 2008
+++ src/dist/file/doc/file.1 Sat Jan 30 20:14:54 2010
@@ -339,7 +339,7 @@
.Fl h
options.
.Sh SEE ALSO
-.Xr magic 4 ,
+.Xr magic 5 ,
.Xr strings 1 ,
.Xr od 1 ,
.Xr hexdump 1,
Index: src/dist/file/doc/libmagic.3
diff -u src/dist/file/doc/libmagic.3:1.10 src/dist/file/doc/libmagic.3:1.10.4.1
--- src/dist/file/doc/libmagic.3:1.10 Sat Aug 30 12:16:51 2008
+++ src/dist/file/doc/libmagic.3 Sat Jan 30 20:14:54 2010
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.Dd November 15, 2006
-.Dt MAGIC 3
+.Dt LIBMAGIC 3
.Os
.Sh NAME
.Nm magic_open ,
@@ -68,7 +68,7 @@
operate on the magic database file
which is described
in
-.Xr magic 4 .
+.Xr magic 5 .
.Pp
The function
.Fn magic_open
@@ -132,7 +132,7 @@
The
.Fn magic_close
function closes the
-.Xr magic 4
+.Xr magic 5
database and deallocates any resources used.
.Pp
The
@@ -249,7 +249,7 @@
.El
.Sh SEE ALSO
.Xr file 1 ,
-.Xr magic 4
+.Xr magic 5
.Sh AUTHORS
Måns Rullgård Initial libmagic implementation,
and configuration.