READCLOC.8
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH READCLOCK 8
  2. .SH NAME
  3. readclock - read the real time clock [IBM PC/AT and AMIGA]
  4. .SH SYNOPSIS
  5. fBreadclockfR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH EXAMPLES
  18. .EX "date `/usr/bin/readclock` </dev/tty" "Useful in fI/etc/rcfR"
  19. .SH DESCRIPTION
  20. .PP
  21. fIReadclockfR reads the AT's real time clock and prints the result in 
  22. a form useful to date, namely, MMDDYYhhmmss.  
  23. If the clock does not exist (e.g., on a
  24. PC), it outputs &'-q&' to query the user for the time.  
  25. The example given above
  26. can be put in fI/etc/rcfR to load the real time when the system is booted.
  27. .SH "SEE ALSO"
  28. .BR date (1).