summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1998-06-10 12:37:45 +0000
committerdanny <danny@FreeBSD.org>1998-06-10 12:37:45 +0000
commit45d39484dc498aa1de8298539011caf2d5d8eda4 (patch)
tree1f28e76ad341a5c74a38e4474a2d0df57deab2fc /lib
parent7a64d46ca35d854b4ee5d1ad49f8d059adfd2e78 (diff)
downloadFreeBSD-src-45d39484dc498aa1de8298539011caf2d5d8eda4.zip
FreeBSD-src-45d39484dc498aa1de8298539011caf2d5d8eda4.tar.gz
Fix grammar, "null" -> "NUL"
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdtime/strftime.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index 55b8ffd..4560515 100644
--- a/lib/libc/stdtime/strftime.3
+++ b/lib/libc/stdtime/strftime.3
@@ -68,15 +68,15 @@ No more than
.Fa maxsize
characters will be placed into the array.
If the total number of resulting characters, including the terminating
-null character, is not more than
+NUL character, is not more than
.Fa maxsize ,
.Fn strftime
returns the number of characters in the array, not counting the
-terminating null.
+terminating NUL.
Otherwise, zero is returned and the buffer contents is indeterminate.
.Pp
-Each conversion specification is replaced by the characters as
-follows which are then copied into the buffer.
+The conversion specifications are copied to the buffer after expansion
+as follows:-
.Bl -tag -width "xxxx"
.It Cm \&%A
is replaced by national representation of the full weekday name.
@@ -197,7 +197,7 @@ is replaced by the year without century as a decimal number (00-99).
is replaced by the time zone name.
.It Cm %+
is replaced by national representation of the date and time
-(the format is similar with produced by
+(the format is similar to that produced by
.Xr date 1 ) .
.It Cm %%
is replaced by
OpenPOWER on IntegriCloud