coreutils-8.9-hostname-man.patch 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --- /dev/null 2010-09-18 00:21:07.280000001 -0700
  2. +++ b/man/hostname.1 2010-09-23 12:08:06.000000000 -0700
  3. @@ -0,0 +1,48 @@
  4. +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
  5. +.TH HOSTNAME "1" "January 2011" "GNU coreutils 8.9" "User Commands"
  6. +.SH NAME
  7. +hostname \- set or print the name of the current host system
  8. +.SH SYNOPSIS
  9. +.B hostname
  10. +[\fINAME\fR]
  11. +.br
  12. +.B hostname
  13. +\fIOPTION\fR
  14. +.SH DESCRIPTION
  15. +.\" Add any additional description here
  16. +.PP
  17. +Print or set the hostname of the current system.
  18. +.TP
  19. +\fB\-\-help\fR
  20. +display this help and exit
  21. +.TP
  22. +\fB\-\-version\fR
  23. +output version information and exit
  24. +.SH AUTHOR
  25. +Written by Jim Meyering.
  26. +.SH "REPORTING BUGS"
  27. +Report hostname bugs to bug\-coreutils at gnu.org
  28. +.br
  29. +GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
  30. +.br
  31. +General help using GNU software: <http://www.gnu.org/gethelp/>
  32. +.br
  33. +Report hostname translation bugs to <http://translationproject.org/team/>
  34. +.SH COPYRIGHT
  35. +Copyright \(co 2010 Free Software Foundation, Inc.
  36. +License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  37. +.br
  38. +This is free software: you are free to change and redistribute it.
  39. +There is NO WARRANTY, to the extent permitted by law.
  40. +.SH "SEE ALSO"
  41. +The full documentation for
  42. +.B hostname
  43. +is maintained as a Texinfo manual. If the
  44. +.B info
  45. +and
  46. +.B hostname
  47. +programs are properly installed at your site, the command
  48. +.IP
  49. +.B info coreutils \(aqhostname invocation\(aq
  50. +.PP
  51. +should give you access to the complete manual.