diff options
author | charnier <charnier@FreeBSD.org> | 2002-04-20 21:28:47 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-04-20 21:28:47 +0000 |
commit | ba8eff66dba3c4313e202b81fabd2e68046bd4d2 (patch) | |
tree | de7b6bffc222f7ce834866e9b3680dcec6ee7df6 /usr.bin/lastcomm | |
parent | 3f1a9ab225f802a65a4d1b84a3db944e93f56f08 (diff) | |
download | FreeBSD-src-ba8eff66dba3c4313e202b81fabd2e68046bd4d2.zip FreeBSD-src-ba8eff66dba3c4313e202b81fabd2e68046bd4d2.tar.gz |
Use `The .Nm utility'. Add section number to .Xr.
Diffstat (limited to 'usr.bin/lastcomm')
-rw-r--r-- | usr.bin/lastcomm/lastcomm.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index ca45877..a4808c5 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -46,8 +46,9 @@ .Op Ar user ...\& .Op Ar terminal ...\& .Sh DESCRIPTION -.Nm Lastcomm -gives information on previously executed commands. +The +.Nm +utility gives information on previously executed commands. With no arguments, .Nm prints information about all the commands recorded @@ -133,7 +134,7 @@ or exited The flags are encoded as follows: ``S'' indicates the command was executed by the super-user, ``F'' indicates the command ran after a fork, but without a following -.Xr exec , +.Xr exec 3 , .\" ``C'' indicates the command was run in PDP-11 compatibility mode .\" (VAX only), ``D'' indicates the command terminated with the generation of a |