summaryrefslogtreecommitdiffstats
path: root/source/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
commit5c8f6be290e78c4e72c821abdc9f06b7150e68e7 (patch)
tree7ec1dc5188b5b086f825688dd4c9bd84b039b45d /source/libsmb
parentf4535721d350f3068e8dfb612331eb609ea03da0 (diff)
downloadsamba-5c8f6be290e78c4e72c821abdc9f06b7150e68e7.tar.gz
samba-5c8f6be290e78c4e72c821abdc9f06b7150e68e7.tar.xz
samba-5c8f6be290e78c4e72c821abdc9f06b7150e68e7.zip
Minor doc cleanups.
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/cli_lsarpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/libsmb/cli_lsarpc.c b/source/libsmb/cli_lsarpc.c
index 0720cadfbd4..95169afd7cb 100644
--- a/source/libsmb/cli_lsarpc.c
+++ b/source/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;
}
+
/** @} **/