CVS commit: src/sbin/swapctl
"Robert Elz" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: kre Date: Mon Feb 16 23:22:49 UTC 2026 Modified Files: src/sbin/swapctl: swapctl.8 Log Message: Wording and formatting improvements. Note that the magic words "blk", "noblk", "auto" and "none" are (and were before) formatted using mdoc's .Ar macro. That's wrong, these are not args meant to be replaced by user supplied values, they are specific strings that can be used - so probably should use .Ic or .Cm or something, .Ar is wrong, and confusing. They occur in the SYNOPSIS and throughout the man page. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sbin/swapctl/swapctl.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.