Re: error in documentation

2019-04-19 Thread Benedict Reuschling
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

Re: Error in Documentation

2014-05-14 Thread Dru Lavigne
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 ___