[Linuxptp-devel] [PATCH 2/6] Remove stray copy/pasteo from the phc2sys man page.

2023-02-16 Thread Richard Cochran
--- phc2sys.8 | 5 - 1 file changed, 5 deletions(-) diff --git a/phc2sys.8 b/phc2sys.8 index e6d9675..b686d72 100644 --- a/phc2sys.8 +++ b/phc2sys.8 @@ -279,11 +279,6 @@ stepping). Relevant only with software time stamping. The default is 1 .B \-x (see above). -The maximum logging level

[Linuxptp-devel] [PATCH 0/6] man pages: Spring Cleaning

2023-02-16 Thread Richard Cochran
Early on, around v1, there were about thirty configuration options, and these were grouped into functional areas in the man page. At the time, that made some kind of sense. Nowadays, the number of configuration options has grown to nearly 100, and, as a result, the ordering within the ptp4l man p

[Linuxptp-devel] [PATCH 3/6] Alphabetize configuration options in the phc2sys man page.

2023-02-16 Thread Richard Cochran
Signed-off-by: Richard Cochran --- phc2sys.8 | 122 +++--- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/phc2sys.8 b/phc2sys.8 index b686d72..33c126e 100644 --- a/phc2sys.8 +++ b/phc2sys.8 @@ -262,12 +262,38 @@ sets the program opt

[Linuxptp-devel] [PATCH 1/6] Alphabetize configuration options in the ptp4l man page.

2023-02-16 Thread Richard Cochran
Signed-off-by: Richard Cochran --- ptp4l.8 | 1125 ++- 1 file changed, 618 insertions(+), 507 deletions(-) diff --git a/ptp4l.8 b/ptp4l.8 index 8b477f0..484793e 100644 --- a/ptp4l.8 +++ b/ptp4l.8 @@ -142,93 +142,68 @@ See UNICAST DISCOVERY OPTI

[Linuxptp-devel] [PATCH 5/6] Alphabetize configuration options in the ts2phc man page.

2023-02-16 Thread Richard Cochran
Signed-off-by: Richard Cochran --- ts2phc.8 | 33 +++-- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/ts2phc.8 b/ts2phc.8 index c64a50b..658457d 100644 --- a/ts2phc.8 +++ b/ts2phc.8 @@ -124,12 +124,14 @@ changing the clock frequency (phase when using

[Linuxptp-devel] [PATCH 4/6] Alphabetize configuration options in the pmc man page.

2023-02-16 Thread Richard Cochran
Signed-off-by: Richard Cochran --- pmc.8 | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pmc.8 b/pmc.8 index 2659f3e..f2b6ad7 100644 --- a/pmc.8 +++ b/pmc.8 @@ -145,10 +145,6 @@ options. The name of the section is the name of the configured port (e.g. The domain attr

[Linuxptp-devel] [PATCH 6/6] man pages: Bump date.

2023-02-16 Thread Richard Cochran
Signed-off-by: Richard Cochran --- phc2sys.8 | 2 +- pmc.8 | 2 +- ptp4l.8 | 2 +- ts2phc.8 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/phc2sys.8 b/phc2sys.8 index 33c126e..6c6c7e8 100644 --- a/phc2sys.8 +++ b/phc2sys.8 @@ -1,4 +1,4 @@ -.TH PHC2SYS 8 "January 202

Re: [Linuxptp-devel] [PATCH v5 03/11] Introduce the power profile.

2023-02-16 Thread Richard Cochran
On Wed, Feb 15, 2023 at 03:15:13PM +0100, Miroslav Lichvar wrote: > On Tue, Feb 14, 2023 at 09:00:50PM -0800, Richard Cochran wrote: > > @@ -300,6 +308,11 @@ struct config_item config_tab[] = { > > GLOB_ITEM_DBL("pi_proportional_exponent", -0.3, -DBL_MAX, DBL_MAX), > > GLOB_ITEM_DBL("pi_pro