Fix a typo in the 20150926 entry about @*exec keywords

This commit is contained in:
Mateusz Piotrowski 2020-11-09 13:43:03 +00:00
parent db9be57be0
commit d1682723a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554721

View File

@ -791,7 +791,7 @@ AUTHOR: bapt@FreeBSD.org
@preunexec <command>: execute the <command> during pre-deinstall scripts
@postunexec <command>: execute the <command> during post-deinstall scripts
@exec does not specify when if should be executed and is now considered as
@exec does not specify when it should be executed and is now considered as
deprecated.
20150914: