diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2025-11-06 18:03:59 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2025-11-06 18:09:04 +0000 |
| commit | 396fac02243911588abe56be387fbdab14469c49 (patch) | |
| tree | 8ba59a279731bdc7edfc942b6b460b55ce32228d | |
| parent | a41ffaa330f5dbfc6b10f32ea2879755e07ba932 (diff) | |
dumpon.8: use .Nm macro when refer to itself
Bump .Dd too while I am here.
| -rw-r--r-- | sbin/dumpon/dumpon.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index f2082a58851d..4e4abb8d4b79 100644 --- a/sbin/dumpon/dumpon.8 +++ b/sbin/dumpon/dumpon.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 23, 2020 +.Dd November 6, 2025 .Dt DUMPON 8 .Os .Sh NAME @@ -353,7 +353,7 @@ when binds to a server, .Xr dhclient-script 8 can be used to run -.Xr dumpon 8 . +.Nm . For example, to automatically configure .Xr netdump 4 on the vtnet0 interface, add the following to |
