summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-05-27 20:05:03 +0000
committerJim Meyering <jim@meyering.net>2002-05-27 20:05:03 +0000
commit636fceb22ac6dd53e3333df3d17350cd318b526d (patch)
tree28d73ea9d1391eb6a1198eeb5aef702168711519 /doc
parentab0ab21b2e433cf8889e30ae3975ec9250c4986c (diff)
downloadcoreutils-636fceb22ac6dd53e3333df3d17350cd318b526d.tar.xz
Use @acronym in place of most uses of @sc.
Diffstat (limited to 'doc')
-rw-r--r--doc/getdate.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/getdate.texi b/doc/getdate.texi
index 07a85ced1..ced1414ad 100644
--- a/doc/getdate.texi
+++ b/doc/getdate.texi
@@ -35,13 +35,13 @@ programs accept. These are the strings you, as a user, can supply as
arguments to the various programs. The C interface (via the
@code{getdate} function) is not described here.
-@cindex beginning of time, for @sc{posix}
-@cindex epoch, for @sc{posix}
+@cindex beginning of time, for @acronym{POSIX}
+@cindex epoch, for @acronym{POSIX}
Although the date syntax here can represent any possible time since the
year zero, computer integers often cannot represent such a wide range of
-time. On @sc{posix} systems, the clock starts at 1970-01-01 00:00:00
-@sc{utc}: @sc{posix} does not require support for times before the
-@sc{posix} Epoch and times far in the future. Traditional Unix systems
+time. On @acronym{POSIX} systems, the clock starts at 1970-01-01 00:00:00
+@sc{utc}: @acronym{POSIX} does not require support for times before the
+@acronym{POSIX} Epoch and times far in the future. Traditional Unix systems
have 32-bit signed @code{time_t} and can represent times from 1901-12-13
20:45:52 through 2038-01-19 03:14:07 @sc{utc}. Systems with 64-bit
signed @code{time_t} can represent all the times in the known