aboutsummaryrefslogtreecommitdiff
path: root/lib/libtacplus
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commit7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libtacplus
parentd087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff)
downloadsrc-7ebcc426efefea9cd16ac6f565e72030c608f7a4.tar.gz
src-7ebcc426efefea9cd16ac6f565e72030c608f7a4.zip
Remove whitespace at EOL.
Notes
Notes: svn path=/head/; revision=79754
Diffstat (limited to 'lib/libtacplus')
-rw-r--r--lib/libtacplus/libtacplus.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtacplus/libtacplus.3 b/lib/libtacplus/libtacplus.3
index 713db0119d9a..ccea628dc7fb 100644
--- a/lib/libtacplus/libtacplus.3
+++ b/lib/libtacplus/libtacplus.3
@@ -258,7 +258,7 @@ initial authentication request.
.Pp
When it receives the CONTINUE packet, the server may again request
more information by returning
-.Dv TAC_AUTHEN_STATUS_GETDATA ,
+.Dv TAC_AUTHEN_STATUS_GETDATA ,
.Dv TAC_AUTHEN_STATUS_GETUSER ,
or
.Dv TAC_AUTHEN_STATUS_GETPASS .
@@ -272,7 +272,7 @@ can be retrieved by calling
.Fn tac_strerror .
The message text is overwritten on each new error for the given
.Va struct tac_handle * .
-Thus the message must be copied if it is to be preserved through
+Thus the message must be copied if it is to be preserved through
subsequent library calls using the same handle.
.Sh CLEANUP
To free the resources used by the TACACS+ library, call
@@ -283,7 +283,7 @@ they detect an error, they return -1 and record an error message
which can be retrieved using
.Fn tac_strerror .
.Pp
-.Bl -item -offset indent -compact
+.Bl -item -offset indent -compact
.It
.Fn tac_add_server
.It