summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorstb <stb@FreeBSD.org>1999-03-22 21:59:53 +0000
committerstb <stb@FreeBSD.org>1999-03-22 21:59:53 +0000
commit46f0e368adf607cbc8f942711e2a8ebea717396e (patch)
tree5d3433904c35f3e9cacb188a1c9183e4a5638a48 /net
parentf8a293ecbfae9e2cb8751189ed86cb384ce5ae52 (diff)
downloadFreeBSD-ports-46f0e368adf607cbc8f942711e2a8ebea717396e.zip
FreeBSD-ports-46f0e368adf607cbc8f942711e2a8ebea717396e.tar.gz
man pages were missing hinst to options NETATALK
PR: ports/9694
Diffstat (limited to 'net')
-rw-r--r--net/netatalk-asun/files/patch-bb11
-rw-r--r--net/netatalk-asun/files/patch-be25
2 files changed, 34 insertions, 2 deletions
diff --git a/net/netatalk-asun/files/patch-bb b/net/netatalk-asun/files/patch-bb
index f081449..0743b15 100644
--- a/net/netatalk-asun/files/patch-bb
+++ b/net/netatalk-asun/files/patch-bb
@@ -1,5 +1,5 @@
---- man/man8/atalkd.8.orig Mon Sep 7 23:25:57 1998
-+++ man/man8/atalkd.8 Mon Sep 7 23:26:21 1998
+--- man/man8/atalkd.8.orig Thu Feb 4 08:28:28 1999
++++ man/man8/atalkd.8 Mon Mar 22 22:48:22 1999
@@ -19,7 +19,7 @@
.BR ping (8)).
.B atalkd
@@ -9,3 +9,10 @@
It first reads from its configuration file,
.BR :ETCDIR:/atalkd.conf .
If there is no configuration file,
+@@ -121,3 +121,6 @@
+ configuration file
+ .SH BUGS
+ On some systems, atalkd can not be restarted.
++This is not an issue with FreeBSD.
++.SH SEE ALSO
++atalk(4).
diff --git a/net/netatalk-asun/files/patch-be b/net/netatalk-asun/files/patch-be
new file mode 100644
index 0000000..38fb9b5
--- /dev/null
+++ b/net/netatalk-asun/files/patch-be
@@ -0,0 +1,25 @@
+--- man/man4/atalk.4.orig Tue May 20 19:35:43 1997
++++ man/man4/atalk.4 Mon Mar 22 22:53:41 1999
+@@ -1,10 +1,12 @@
+-.TH ATALK 4F "17 Dec 1991" "netatalk 1.2"
++.TH ATALK 4 "17 Dec 1991" "netatalk 1.2"
+ .SH NAME
+ atalk \- AppleTalk protocol family
+ .SH SYNOPSIS
+ .B #include <sys/types.h>
+ .br
+ .B #include <netatalk/at.h>
++.LP
++.B options NETATALK
+ .SH DESCRIPTION
+ The AppleTalk protocol family is a collection of protocols layered
+ above the Datagram Delivery Protocol (DDP), and using AppleTalk address
+@@ -12,6 +14,8 @@
+ (DDP), SOCK_RDM (ATP), and SOCK_SEQPACKET (ASP). Currently, only DDP is
+ implemented in the kernel; ATP and ASP are implemented in user level
+ libraries; and ADSP is planned.
++.LP
++To be available, AppleTalk support must be compiled into the kernel.
+ .SH ADDRESSING
+ AppleTalk addresses are three byte quantities, stored in network
+ byte order. The include file
OpenPOWER on IntegriCloud