diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-10-23 14:02:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-10-23 14:02:39 +0000 |
commit | 1dd6acbce87ff1355b112ca0fb8ea19d258cb6fe (patch) | |
tree | 1f0a997a190a6a904bbb2db54ae3ec0035adc50b /share | |
parent | 3f692883f6add50f362c35f216784bdd064b2a12 (diff) |
security(8) now picks up on package installation/removal;
apologies stuart for not providing a diff when your diff was shown
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/security.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man8/security.8 b/share/man/man8/security.8 index 7dd871dca96..ba3070c479b 100644 --- a/share/man/man8/security.8 +++ b/share/man/man8/security.8 @@ -1,8 +1,8 @@ -.\" $OpenBSD: security.8,v 1.12 2007/05/31 19:19:59 jmc Exp $ +.\" $OpenBSD: security.8,v 1.13 2007/10/23 14:02:38 jmc Exp $ .\" .\" David Leonard, 2001. Public Domain. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: October 23 2007 $ .Dt SECURITY 8 .Os .Sh NAME @@ -107,6 +107,9 @@ See for further details. .It Check for changes to the disklabels of mounted disks. +.It +Report on the installation or removal of any system +.Xr package 5 . .El .Pp The intent of the |