diff options
| author | perry <perry@NetBSD.org> | 2003-12-07 22:22:48 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2003-12-07 22:22:48 +0000 |
| commit | 10343cfdba57278c19dfefe3f6f52f5899e6fecf (patch) | |
| tree | 54be8cb25e0bc59052aefbb3d7f77dc0ce8353d6 | |
| parent | 43a0fc6facde82f8502fa2592a2b1fd7a1725c4a (diff) | |
document full_netstat variable
| -rw-r--r-- | share/man/man5/daily.conf.5 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man5/daily.conf.5 b/share/man/man5/daily.conf.5 index 8c92583df11..92992a4d54b 100644 --- a/share/man/man5/daily.conf.5 +++ b/share/man/man5/daily.conf.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: daily.conf.5,v 1.13 2003/02/21 22:35:47 jhawk Exp $ +.\" $NetBSD: daily.conf.5,v 1.14 2003/12/07 22:22:48 perry Exp $ .\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. @@ -98,6 +98,15 @@ database, and runs .Xr ruptime 1 if there are hosts in .Pa /var/rwho . +.It Sy full_netstat +By default, +.Sy check_network +outputs a summarized version of the +.Xr netstat 1 +report. +If a full version of the output run with the +.Fl inv +options is desired, set this variable. .It Sy run_fsck This runs .Xr fsck 8 |
