diff options
author | Greg Lehey <grog@FreeBSD.org> | 2020-03-29 04:14:57 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2020-03-29 04:14:57 +0000 |
commit | 358952cac088977287391b98a8a834141d20f42c (patch) | |
tree | 951017c3e36ef89d959de1521ceac74df81c1484 /usr.bin/ncal | |
parent | 09ae09a9eb51732d1c523b80a1138c6221302452 (diff) | |
download | src-358952cac088977287391b98a8a834141d20f42c.tar.gz src-358952cac088977287391b98a8a834141d20f42c.zip |
Add STANDARDS section
PR: 239723
Submitted by: Gordon Bergling
Reported by: Gordon Bergling
Notes
Notes:
svn path=/head/; revision=359418
Diffstat (limited to 'usr.bin/ncal')
-rw-r--r-- | usr.bin/ncal/ncal.1 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.bin/ncal/ncal.1 b/usr.bin/ncal/ncal.1 index 841cb839c847..1a29b4d3e9a3 100644 --- a/usr.bin/ncal/ncal.1 +++ b/usr.bin/ncal/ncal.1 @@ -179,6 +179,24 @@ Highlighting of dates is disabled if stdout is not a tty. .Sh SEE ALSO .Xr calendar 3 , .Xr strftime 3 +.Sh STANDARDS +The +.Nm +utility is compliant with the +X/Open System Interfaces option of the +.St -p1003.1-2008 +specification. +.Pp +The flags +.Op Fl 3hyJeopw , +as well as the ability to specify a month name as a single argument, +are extensions to that specification. +.Pp +The week number computed by +.Fl w +is compliant with the +.St -iso8601 +specification. .Sh HISTORY A .Nm |