Annotation of embedaddon/coova-chilli/doc/chilli_response.1.in, revision 1.1
1.1 ! misho 1: .\" * chilli_response
! 2: .\" * Copyright (C) 2007 David Bird <david@coova.com>
! 3: .\" *
! 4: .\" * All rights reserved.
! 5: .\" *
! 6: .\" Manual page for chilli
! 7: .\" SH section heading
! 8: .\" SS subsection heading
! 9: .\" LP paragraph
! 10: .\" IP indented paragraph
! 11: .\" TP hanging label
! 12:
! 13: .TH chilli_response 1 "August 2007"
! 14: .SH NAME
! 15: chilli_response \- Forms a CHAP Response
! 16:
! 17: .SH SYNOPSIS
! 18: .B chilli_response
! 19: <challenge> <uamsecret> <password>
! 20:
! 21: .SH DESCRIPTION
! 22: .B chilli_response
! 23: is a simple utility to provide the CHAP response given a challenge, the
! 24: uamsecret, and the user's password.
! 25:
! 26: .SH "SEE ALSO"
! 27: .BR chilli(8)
! 28: .BR chilli.conf(5)
! 29:
! 30: .SH NOTES
! 31: .LP
! 32:
! 33: See
! 34: .I http://coova.org/
! 35: for further documentation and community support.
! 36: The original ChilliSpot project homepage is/was at www.chillispot.org.
! 37:
! 38: .SH AUTHORS
! 39:
! 40: David Bird <david@coova.com>,
! 41: CoovaChilli and ChilliSpot are licensed under the Gnu Public License.
! 42:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>