From 21881b9c35501b5ad7f79381a45a8712ac95703a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 6 Jan 2002 03:48:41 +0000 Subject: Minor doc cleanups. (This used to be commit 5c8f6be290e78c4e72c821abdc9f06b7150e68e7) --- source3/libsmb/cli_lsarpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/libsmb') 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; } + /** @} **/ -- cgit