freebsd-ports/sysutils/dump9660/files/patch-ac
Edwin Groothuis f47ffc5236 New port: sysutils/dump9660
Dump9660 is a tool for creating ISO 9660 compliant CD images
	suitable for use with tools such as FreeBSD's burncd.
	Dump9660 supports the El Torrito bootable CD and Microsoft
	Joliet extensions as well as the Rock Ridge and Plan 9
	system use extensions.

PR:		ports/39847
Submitted by:	William Josephson <wkj-freebsd@honk.eecs.harvard.edu>
2003-01-19 00:51:22 +00:00

36 lines
735 B
Text

--- proto.man.orig Sun Jun 23 15:56:51 2002
+++ proto.man Sun Jun 23 15:58:12 2002
@@ -1,13 +1,8 @@
-.TH PROTO 2
+.TH PROTO 5
.SH NAME
rdproto \- parse and process a proto file listing
.SH SYNOPSIS
.nf
-.ft L
-#include <u.h>
-#include <libc.h>
-#include <disk.h>
-.ft
.PP
.B
typedef void Protoenum(char *new, char *old, Dir *d, void *a)
@@ -116,16 +111,7 @@
if
.I proto
was processed, \-1 if it could not be opened.
-.SH FILES
-.TF /sys/lib/sysconfig/proto/portproto
-.TP
-.B /sys/lib/sysconfig/proto/
-directory of prototype files.
-.TP
-.B /sys/lib/sysconfig/proto/portproto
-generic prototype file.
.SH SOURCE
-.B /sys/src/libdisk/proto.c
+.B libunix/proto.c
.SH SEE ALSO
-.IR mk9660 (8),
-.IR mkfs (8)
+.IR mk9660 (8)