Hello,
thank you for reporting this bug to us. I've just committed a fix for
the handbook to address it.
Best regards,
Benedict Reuschling
Am 14.04.19 um 18:50 schrieb Laurent GILBERT:
> Dear Sirs,
>
> I'm thinking I found a small mistake in the documentation
> "https://www.freebsd.org/doc/en/b
Dear Sirs,
I'm thinking I found a small mistake in the documentation
"https://www.freebsd.org/doc/en/books/handbook/firewalls-ipfw.html";,
"30.4.1. Enabling IPFW" :
"sysrc -f /etc/sysctl.conf net.inet.ip.fw.verbose_limit=5" doesn't work
on FREEBSD 12 :
root@srv01:~ # sysrc -f /etc/sysctl.c
To remove all of the cron jobs in a user crontab:
% crontab -l
remove crontab for dru? y
It should read:
To remove all of the cron jobs in a user crontab:
% crontab -r
remove crontab for dru? y
Thanks for the heads up! This has been fixed in r44836.
Cheers,
Dru
___
The final example of the use of the crontab command at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-cron.html
is incorrect.
It reads:
To remove all of the cron jobs in a user crontab:
% crontab -l
remove crontab for dru? y
It should read:
To remove all of the cron jo