Date: Sun, 29 Mar 2020 04:14:57 +0000 (UTC) From: Greg Lehey <grog@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r359418 - head/usr.bin/ncal Message-ID: <202003290414.02T4EvMk003074@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grog Date: Sun Mar 29 04:14:57 2020 New Revision: 359418 URL: https://svnweb.freebsd.org/changeset/base/359418 Log: Add STANDARDS section PR: 239723 Submitted by: Gordon Bergling Reported by: Gordon Bergling Modified: head/usr.bin/ncal/ncal.1 Modified: head/usr.bin/ncal/ncal.1 ============================================================================== --- head/usr.bin/ncal/ncal.1 Sun Mar 29 02:40:03 2020 (r359417) +++ head/usr.bin/ncal/ncal.1 Sun Mar 29 04:14:57 2020 (r359418) @@ -179,6 +179,24 @@ Highlighting of dates is disabled if stdout is not a t .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003290414.02T4EvMk003074>