From ba7306546faeb8a5bb83f652008b9521349542ba Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Sat, 5 Jan 2008 23:41:15 +0000 Subject: [PATCH] mdoc and language fixes for the previous commit, also bump .Dd. --- share/man/man4/ng_pppoe.4 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/share/man/man4/ng_pppoe.4 b/share/man/man4/ng_pppoe.4 index 25baeb034265..fef3d2c5bfaf 100644 --- a/share/man/man4/ng_pppoe.4 +++ b/share/man/man4/ng_pppoe.4 @@ -35,7 +35,7 @@ .\" $FreeBSD$ .\" $Whistle: ng_pppoe.8,v 1.1 1999/01/25 23:46:27 archie Exp $ .\" -.Dd October 22, 2006 +.Dd December 27, 2007 .Dt NG_PPPOE 4 .Os .Sh NAME @@ -104,9 +104,10 @@ Tell a nominated newly created hook that its session should enter the state machine as a client. It must be newly created and a service name can be given as an argument. It is legal to specify a zero-length service name, this is common -on some DSL setups. It is possible to request connection to specific -access concentrator by it's name using "AC-Name\\Service-Name" syntax. -A session request packet will be broadcast on the Ethernet. +on some DSL setups. +It is possible to request a connection to a specific +access concentrator by its name using the "AC-Name\\Service-Name" syntax. +A session request packet will be broadcasted on the Ethernet. This command uses the .Dv ngpppoe_init_data structure shown below.