1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Slight touchups noticed after checkin.

This commit is contained in:
Julian Elischer 1999-10-29 06:00:11 +00:00
parent 0332e30b19
commit 235d5c76dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52619
3 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@
.\"
.Dd October 28, 1999
.Dt NG_PPPOE 8
.Os FreeBSD 3
.Os FreeBSD 4.0
.Sh NAME
.Nm ng_pppoe
.Nd RFC-2516 PPPOE protocol netgraph node type
@ -128,7 +128,7 @@ The three commands above use a common data structure.
.Bd -literal -offset 4n
struct ngpppoe_init_data {
char hook[NG_HOOKLEN + 1]; /* hook to monitor on */
u_int16_t data_len; /* Length of the service name */
u_int16_t data_len; /* Length of the service name */
char data[0]; /* init data goes here */
};
.Ed

View File

@ -37,7 +37,7 @@
.\"
.Dd October 28, 1999
.Dt NG_PPPOE 8
.Os FreeBSD 3
.Os FreeBSD 4.0
.Sh NAME
.Nm ng_pppoe
.Nd RFC-2516 PPPOE protocol netgraph node type
@ -128,7 +128,7 @@ The three commands above use a common data structure.
.Bd -literal -offset 4n
struct ngpppoe_init_data {
char hook[NG_HOOKLEN + 1]; /* hook to monitor on */
u_int16_t data_len; /* Length of the service name */
u_int16_t data_len; /* Length of the service name */
char data[0]; /* init data goes here */
};
.Ed

View File

@ -37,7 +37,7 @@
.\"
.Dd October 28, 1999
.Dt NG_PPPOE 8
.Os FreeBSD 3
.Os FreeBSD 4.0
.Sh NAME
.Nm ng_pppoe
.Nd RFC-2516 PPPOE protocol netgraph node type
@ -128,7 +128,7 @@ The three commands above use a common data structure.
.Bd -literal -offset 4n
struct ngpppoe_init_data {
char hook[NG_HOOKLEN + 1]; /* hook to monitor on */
u_int16_t data_len; /* Length of the service name */
u_int16_t data_len; /* Length of the service name */
char data[0]; /* init data goes here */
};
.Ed