truss, svcs, svccfg, svcadm: adjust more info link to match the platform (#22743)

This commit is contained in:
Managor
2026-06-11 06:13:34 +03:00
committed by GitHub
parent a6918b5334
commit 2bfb40140f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# svcadm
> Manipulate service instances.
> More information: <https://www.unix.com/man-page/linux/1m/svcadm>.
> More information: <https://www.unix.com/man-page/sunos/1m/svcadm>.
- Enable a service in the service database:
+1 -1
View File
@@ -1,7 +1,7 @@
# svccfg
> Import, export, and modify service configurations.
> More information: <https://www.unix.com/man-page/linux/1m/svccfg>.
> More information: <https://www.unix.com/man-page/sunos/1m/svccfg>.
- Validate configuration file:
+1 -1
View File
@@ -1,7 +1,7 @@
# svcs
> List information about running services.
> More information: <https://www.unix.com/man-page/linux/1/svcs>.
> More information: <https://www.unix.com/man-page/sunos/1/svcs>.
- List all running services:
+1 -1
View File
@@ -2,7 +2,7 @@
> Troubleshooting tool for tracing system calls.
> SunOS equivalent of strace.
> More information: <https://www.unix.com/man-page/linux/1/truss>.
> More information: <https://www.unix.com/man-page/sunos/1/truss>.
- Start tracing a program by executing it, following all child processes: