diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-02-26 16:40:47 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-03-10 01:14:35 -0600 |
commit | bbf215553c7233fbab8a0afdf1fac74c44781867 (patch) | |
tree | e698415c5d1265b368c58c56199244dc2be86500 /usr/src/lib/libdscp/svc | |
parent | 236cb9a89d936b4b681853751c9af1adccc35ef9 (diff) | |
download | illumos-gate-bbf215553c7233fbab8a0afdf1fac74c44781867.tar.gz |
14443 resection manual pages per IPD4
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libdscp/svc')
-rw-r--r-- | usr/src/lib/libdscp/svc/dscp.ppp.options | 4 | ||||
-rw-r--r-- | usr/src/lib/libdscp/svc/dscp.xml | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/usr/src/lib/libdscp/svc/dscp.ppp.options b/usr/src/lib/libdscp/svc/dscp.ppp.options index d46df31de3..22b2cb226e 100644 --- a/usr/src/lib/libdscp/svc/dscp.ppp.options +++ b/usr/src/lib/libdscp/svc/dscp.ppp.options @@ -23,11 +23,9 @@ # # dscp.ppp.options # -#ident "%Z%%M% %I% %E% SMI" -# # -# These are options for running pppd(1M) to provide a DSCP +# These are options for running pppd(8) to provide a DSCP # link between a service processor and a domain in OPL. All # options are explicitly set here so that site customizations # of the global options files will not affect DSCP. diff --git a/usr/src/lib/libdscp/svc/dscp.xml b/usr/src/lib/libdscp/svc/dscp.xml index f5fd9a41d4..4b646f2f3d 100644 --- a/usr/src/lib/libdscp/svc/dscp.xml +++ b/usr/src/lib/libdscp/svc/dscp.xml @@ -23,8 +23,6 @@ CDDL HEADER END - ident "%Z%%M% %I% %E% SMI" - NOTE: This service manifest is not editable; its contents will be overwritten by package or patch operations, including operating system upgrade. Make customizations in a different @@ -86,9 +84,9 @@ </dependent> <!-- - The 'ntp' service on an OPL domain can be configured + The 'ntp' service on an OPL domain can be configured with SP as the NTP server, so create a dependency such that - the 'ntp' service is started after the DSCP service. + the 'ntp' service is started after the DSCP service. --> <dependent name='dscp_ntp' @@ -135,7 +133,7 @@ </loctext> </description> <documentation> - <manpage title='prtdscp' section='1M' + <manpage title='prtdscp' section='8' manpath='/usr/share/man' /> </documentation> </template> |