aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-09 12:43:36 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-09 12:43:36 +1300
commitd201377d1879e197e4f9efda7aaac91efaa953e3 (patch)
tree936234ee33c359c48bf953ec5eea7ee038a0d55c
parentRephrase uts(1df) as pure Awk (diff)
downloaddotfiles-d201377d1879e197e4f9efda7aaac91efaa953e3.tar.gz
dotfiles-d201377d1879e197e4f9efda7aaac91efaa953e3.zip
Correct uts(1df) manual
-rw-r--r--man/man1/uts.1df4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/uts.1df b/man/man1/uts.1df
index f28797a4..8b821fe4 100644
--- a/man/man1/uts.1df
+++ b/man/man1/uts.1df
@@ -6,10 +6,10 @@
.B uts
.SH DESCRIPTION
.B uts
-applies POSIX's specifications for the behaviour of its srand() function to
+applies POSIX's specifications for the behaviour of awk's srand() function to
print the current UNIX timestamp.
.SH SEE ALSO
-date(1)
+awk(1), date(1)
.br
<http://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html#tag_20_06_13_12>
.SH AUTHOR