]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doc: man page asciidoc fixes
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 26 Jul 2023 12:32:52 +0000 (13:32 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 26 Jul 2023 12:36:28 +0000 (13:36 +0100)
doc/antora/modules/reference/pages/man/radclient.adoc
doc/antora/modules/reference/pages/man/radiusd.adoc
doc/antora/modules/reference/pages/man/radmin.adoc
doc/antora/modules/reference/pages/man/radsniff.adoc

index 237e9c2a66fe6b667634b240b7c87776400cc489..8f06c8fce6bce10f2a5d5a4642b02d9899344a86 100644 (file)
@@ -4,7 +4,6 @@ Alan DeKok
 :release-version: 4.0.0
 :man manual: FreeRADIUS
 :man source: FreeRADIUS
-:page-layout: base
 :manvolnum: 1
 
 == NAME
@@ -17,7 +16,7 @@ radclient - send packets to a RADIUS server, show reply
 
 == DESCRIPTION
 
-`radclient* is a radius client program. It can send arbitrary radius
+*radclient* is a radius client program. It can send arbitrary radius
 packets to a radius server, then shows the reply. It can be used to test
 changes you made in the configuration of the radius server, or it can be
 used to monitor if a radius server is up.
@@ -173,7 +172,7 @@ Received Packet from host 192.0.2.42 code=2, id=140, length=54
 
 == SEE ALSO
 
-radiusd(8),
+radiusd(8)
 
 == AUTHOR
 
index 0f8c6ed644c79e671b12de948dc17e6d45d6770f..31b5a3b36a3fb9c2132e07e0b667e8e1d2320c5c 100644 (file)
@@ -4,7 +4,6 @@ Alan DeKok
 :release-version: 4.0.0
 :man manual: FreeRADIUS
 :man source: FreeRADIUS
-:page-layout: base
 :manvolnum: 8
 
 == NAME
index b196bf52006e7b630774c2ac2cf7118138c791ad..e3d713b5a7f4ec1cb529c87b046b4d7bc97ed7f5 100644 (file)
@@ -4,7 +4,6 @@ Alan DeKok
 :release-version: 4.0.0
 :man manual: FreeRADIUS
 :man source: FreeRADIUS
-:page-layout: base
 :manvolnum: 8
 
 == NAME
@@ -116,7 +115,7 @@ Only one debug condition can be active at a time.
   address 192.0.2.22.
 
 *debug condition*::
-* Disable debug conditionals.
+  Disable debug conditionals.
 
 == FULL LIST OF COMMANDS
 
index 83ec364557571418e4122c2bc4942944b089a4f0..80e2617e7c330db84659484a0060f12802148811 100644 (file)
@@ -4,7 +4,6 @@ Alan DeKok
 :release-version: 4.0.0
 :man manual: FreeRADIUS
 :man source: FreeRADIUS
-:page-layout: base
 :manvolnum: 8
 
 == NAME
@@ -13,11 +12,11 @@ radsniff - dump radius protocol
 
 == SYNOPSIS
 
-*radsniff _[ OPTIONS ]_
+*radsniff* _[ OPTIONS ]_
 
 == DESCRIPTION
 
-*radsniff  is a simple wrapper around libpcap. It can also print out the
+*radsniff* is a simple wrapper around libpcap. It can also print out the
 contents of RADIUS packets using the FreeRADIUS dictionaries.
 
 == OPTIONS
@@ -121,7 +120,7 @@ The following options are for statistics gathering.
 
 == SEE ALSO
 
-radiusd(8),pcap(3)
+radiusd(8), pcap(3)
 
 == AUTHOR