Skip to content

Commit ef9e6d6

Browse files
eugfJamesH65
authored andcommitted
mon --> moy (for "month of year")
1 parent 7ec12e8 commit ef9e6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/usage/cron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The first time you run `crontab` you'll be prompted to select an editor; if you
3131
The layout for a cron entry is made up of six components: minute, hour, day of month, month of year, day of week, and the command to be executed.
3232

3333
```
34-
# m h dom mon dow command
34+
# m h dom moy dow command
3535
```
3636

3737
```

0 commit comments

Comments
 (0)