freebsd-src/usr.bin/procstat
Alan Somers cc61a0793a manpages: prefer linking to xo_options.7 over xo_parse_args.3
Most libxo-enabled utilities link to xo_parse_args.3.  But that man page
doesn't actually describe how to format command-line arguments.  Rather,
xo_options.7 does.  I suspect that these utilities link to the former
because the latter man page did not exist until libxo-0.7.2
(8a6eceff3c).  And newer utilities have probably been copy/pasting the
same text from older ones.  But the superior man page does exist now,
so we should link to it instead.

MFC after:	2 weeks
Sponsored by:	ConnectWise
Reviewed by:	emaste
Differential Revision: https://reviews.freebsd.org/D51354
2025-07-16 12:02:24 -06:00
..
tests Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile procstat(1): dump kqueues 2025-03-13 18:09:35 +02:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
procstat.1 manpages: prefer linking to xo_options.7 over xo_parse_args.3 2025-07-16 12:02:24 -06:00
procstat.c procstat(1): dump kqueues 2025-03-13 18:09:35 +02:00
procstat.h procstat(1): dump kqueues 2025-03-13 18:09:35 +02:00
procstat_advlock.c
procstat_args.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
procstat_auxv.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
procstat_basic.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
procstat_bin.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
procstat_cred.c cred: Hide internal flag CRED_FLAG_CAPMODE 2024-12-16 15:42:29 +01:00
procstat_cs.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
procstat_files.c procstat: Add handling for inotify descriptors 2025-07-04 14:42:34 +00:00
procstat_kqueue.c procstat(1): dump kqueues 2025-03-13 18:09:35 +02:00
procstat_kstack.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
procstat_penv.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
procstat_ptlwpinfo.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
procstat_pwdx.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
procstat_rlimit.c procstat: support RLIMIT_PIPEBUF 2024-09-20 09:46:07 +03:00
procstat_rlimitusage.c procstat(1): add rlimitusage subcommand 2024-09-27 18:02:34 +03:00
procstat_rusage.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
procstat_sigs.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
procstat_threads.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
procstat_vm.c procstat vm: report posix shm segment mapping 2024-10-08 15:38:23 +03:00