summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-01-06 03:48:41 +0000
committerTim Potter <tpot@samba.org>2002-01-06 03:48:41 +0000
commit21881b9c35501b5ad7f79381a45a8712ac95703a (patch)
treed4e6d9f65981c7779d824ff9d85309db335b789f /source3/libsmb
parentbf4c3d3659081a034110cffb2ae6bf5bd3767a22 (diff)
downloadsamba-21881b9c35501b5ad7f79381a45a8712ac95703a.tar.gz
samba-21881b9c35501b5ad7f79381a45a8712ac95703a.tar.bz2
samba-21881b9c35501b5ad7f79381a45a8712ac95703a.zip
Minor doc cleanups.
(This used to be commit 5c8f6be290e78c4e72c821abdc9f06b7150e68e7)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/cli_lsarpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/libsmb/cli_lsarpc.c b/source3/libsmb/cli_lsarpc.c
index 0720cadfbd..95169afd7c 100644
--- a/source3/libsmb/cli_lsarpc.c
+++ b/source3/libsmb/cli_lsarpc.c
@@ -1,6 +1,5 @@
/*
Unix SMB/Netbios implementation.
- Version 2.2
RPC pipe client
Copyright (C) Tim Potter 2000-2001,
Copyright (C) Andrew Tridgell 1992-1997,2000,
@@ -25,7 +24,7 @@
#include "includes.h"
-/** @defgroup lsa LSA rpc client routines
+/** @defgroup lsa LSA - Local Security Architecture
* @ingroup rpc_client
*
* @{
@@ -1137,4 +1136,5 @@ Error was : %s.\n", remote_machine, cli_errstr(&cli) ));
cli_shutdown(&cli);
return ret;
}
+
/** @} **/