Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

15551 fix format options in man page of date #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions usr/src/man/man1/date.1
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ must be quoted; see the EXAMPLES section.
.sp
.ne 2
.na
\fB\fImm\fR \fR
\fB\fI%m\fR \fR
.ad
.RS 12n
Month number
Expand All @@ -231,7 +231,7 @@ Month number
.sp
.ne 2
.na
\fB\fIdd\fR \fR
\fB\fI%d\fR \fR
.ad
.RS 12n
Day number in the month
Expand All @@ -240,7 +240,7 @@ Day number in the month
.sp
.ne 2
.na
\fB\fIHH\fR \fR
\fB\fI%H\fR \fR
.ad
.RS 12n
Hour number (24 hour system)
Expand All @@ -249,7 +249,7 @@ Hour number (24 hour system)
.sp
.ne 2
.na
\fB\fIMM\fR \fR
\fB\fI%M\fR \fR
.ad
.RS 12n
Minute number
Expand All @@ -258,7 +258,7 @@ Minute number
.sp
.ne 2
.na
\fB\fISS\fR \fR
\fB\fI%S\fR \fR
.ad
.RS 12n
Second number
Expand All @@ -267,7 +267,7 @@ Second number
.sp
.ne 2
.na
\fB\fIcc\fR \fR
\fB\fI%C\fR \fR
.ad
.RS 12n
Century (a year divided by 100 and truncated to an integer) as a decimal number
Expand All @@ -278,7 +278,7 @@ the year 2007.
.sp
.ne 2
.na
\fB\fIyy\fR \fR
\fB\fI%y\fR \fR
.ad
.RS 12n
Last two digits of the year number. If century (\fIcc\fR) is not specified,
Expand Down