diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 | 
| commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
| tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /sbin/kldstat | |
| parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) | |
Diffstat (limited to 'sbin/kldstat')
| -rw-r--r-- | sbin/kldstat/kldstat.8 | 14 | ||||
| -rw-r--r-- | sbin/kldstat/kldstat.c | 4 | 
2 files changed, 5 insertions, 13 deletions
| diff --git a/sbin/kldstat/kldstat.8 b/sbin/kldstat/kldstat.8 index 943f5446c61b9..cd1d6a7dc23c4 100644 --- a/sbin/kldstat/kldstat.8 +++ b/sbin/kldstat/kldstat.8 @@ -23,7 +23,7 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.\"	$Id: kldstat.8,v 1.4 1998/03/19 07:45:28 charnier Exp $ +.\"	$Id: kldstat.8,v 1.3 1998/01/05 07:09:28 charnier Exp $  .\"  .Dd April 25, 1997  .Dt KLDSTAT 8 @@ -43,7 +43,7 @@ utility displays the status of any files dynamically linked into the  kernel.  .Pp  The following options are available: -.Bl -tag -width indentXX +.Bl -tag -width indent  .It Fl v  Be more verbose.  .It Fl i Ar id @@ -51,11 +51,6 @@ Display the status of only the file with this ID.  .It Fl n Ar name  Display the status of only the file with this name.  .El -.Sh DIAGNOSTICS -The -.Nm -utility exits with a status of 0 on success -and with a nonzero status if an error occurs.  .Sh SEE ALSO  .Xr kldload 8 ,  .Xr kldunload 8 @@ -63,9 +58,6 @@ and with a nonzero status if an error occurs.  The  .Nm  command first appeared in -.Fx 3.0 , -replacing the -.Xr lkm 4 -interface. +.Fx 3.0 .  .Sh AUTHORS  .An Doug Rabson Aq dfr@FreeBSD.org diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index 8df5cece0d51a..49cdd7a3cde9f 100644 --- a/sbin/kldstat/kldstat.c +++ b/sbin/kldstat/kldstat.c @@ -26,7 +26,7 @@  #ifndef lint  static const char rcsid[] = -	"$Id: kldstat.c,v 1.4 1998/01/05 07:09:28 charnier Exp $"; +	"$Id$";  #endif /* not lint */  #include <err.h> @@ -111,7 +111,7 @@ main(int argc, char** argv)  	    err(1, "can't find file %s", filename);      } -    printf("Id Refs Address    Size     Name\n"); +    printf("Id Refs Address  Size     Name\n");      if (fileid)  	printfile(fileid, verbose);      else | 
