> The following patch adds documentation for the APM_IOC_HIBERNATE ioctl > to the manual pages.
There was a typo in the zaurus hunk. Updated diff below. Index: share/man/man4/man4.amd64/apm.4 =================================================================== RCS file: /cvs/src/share/man/man4/man4.amd64/apm.4,v retrieving revision 1.6 diff -u -p -u -r1.6 apm.4 --- share/man/man4/man4.amd64/apm.4 1 Nov 2015 21:26:48 -0000 1.6 +++ share/man/man4/man4.amd64/apm.4 3 Feb 2016 06:37:34 -0000 @@ -44,6 +44,11 @@ mode. Request .Dq suspend mode. +.It Dv APM_IOC_HIBERNATE +.Pq Li "no parameters" +Request +.Dq hibernate +mode. .It Dv APM_IOC_GETPOWER .Pq Li "struct apm_power_info" Request the current power state. Index: share/man/man4/man4.i386/apm.4 =================================================================== RCS file: /cvs/src/share/man/man4/man4.i386/apm.4,v retrieving revision 1.32 diff -u -p -u -r1.32 apm.4 --- share/man/man4/man4.i386/apm.4 1 Nov 2015 21:26:48 -0000 1.32 +++ share/man/man4/man4.i386/apm.4 3 Feb 2016 06:37:39 -0000 @@ -78,6 +78,11 @@ mode. Request .Dq suspend mode. +.It Dv APM_IOC_HIBERNATE +.Pq Li "no parameters" +Request +.Dq hibernate +mode. .It Dv APM_IOC_GETPOWER .Pq Li "struct apm_power_info" Request the current power state. Index: share/man/man4/man4.loongson/apm.4 =================================================================== RCS file: /cvs/src/share/man/man4/man4.loongson/apm.4,v retrieving revision 1.4 diff -u -p -u -r1.4 apm.4 --- share/man/man4/man4.loongson/apm.4 1 Nov 2015 21:26:48 -0000 1.4 +++ share/man/man4/man4.loongson/apm.4 3 Feb 2016 06:37:39 -0000 @@ -82,6 +82,12 @@ They are defined in .\" Request .\" .Dq suspend .\" mode. +.\" .It Dv APM_IOC_HIBERNATE +.\" .Em NOT YET SUPPORTED on loongson +.\" .Pq Li "no parameters" +.\" Request +.\" .Dq hibernate +.\" mode. .It Dv APM_IOC_GETPOWER .Pq Li "struct apm_power_info" Request the current power state. Index: share/man/man4/man4.macppc/apm.4 =================================================================== RCS file: /cvs/src/share/man/man4/man4.macppc/apm.4,v retrieving revision 1.12 diff -u -p -u -r1.12 apm.4 --- share/man/man4/man4.macppc/apm.4 1 Nov 2015 21:26:48 -0000 1.12 +++ share/man/man4/man4.macppc/apm.4 3 Feb 2016 06:37:39 -0000 @@ -64,6 +64,12 @@ mode. Request .Dq suspend mode. +.It Dv APM_IOC_HIBERNATE +.Em NOT YET SUPPORTED on macppc +.Pq Li "no parameters" +Request +.Dq hibernate +mode. .It Dv APM_IOC_GETPOWER .Pq Li "struct apm_power_info" Request the current power state. Index: share/man/man4/man4.sparc/tctrl.4 =================================================================== RCS file: /cvs/src/share/man/man4/man4.sparc/tctrl.4,v retrieving revision 1.11 diff -u -p -u -r1.11 tctrl.4 --- share/man/man4/man4.sparc/tctrl.4 1 Nov 2015 21:26:48 -0000 1.11 +++ share/man/man4/man4.sparc/tctrl.4 3 Feb 2016 06:37:41 -0000 @@ -99,6 +99,12 @@ They are defined in .\" Request .\" .Dq suspend .\" mode. +.\" .It Dv APM_IOC_HIBERNATE +.\" .Em NOT YET SUPPORTED on sparc +.\" .Pq Li "no parameters" +.\" Request +.\" .Dq hibernate +.\" mode. .It Dv APM_IOC_GETPOWER .Pq Li "struct apm_power_info" Request the current power state. Index: share/man/man4/man4.zaurus/apm.4 =================================================================== RCS file: /cvs/src/share/man/man4/man4.zaurus/apm.4,v retrieving revision 1.14 diff -u -p -u -r1.14 apm.4 --- share/man/man4/man4.zaurus/apm.4 1 Nov 2015 21:26:48 -0000 1.14 +++ share/man/man4/man4.zaurus/apm.4 3 Feb 2016 06:37:41 -0000 @@ -64,6 +64,12 @@ mode. Request .Dq suspend mode. +.It Dv APM_IOC_HIBERNATE +.Em NOT YET SUPPORTED on zaurus +.Pq Li "no parameters" +Request +.Dq hibernate +mode. .It Dv APM_IOC_GETPOWER .Pq Li "struct apm_power_info" Request the current power state. cheers, natano
