summaryrefslogtreecommitdiff
path: root/docs/manpages/rpcclient.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manpages/rpcclient.1')
-rw-r--r--docs/manpages/rpcclient.110
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manpages/rpcclient.1 b/docs/manpages/rpcclient.1
index d046ec3709..6233d1636b 100644
--- a/docs/manpages/rpcclient.1
+++ b/docs/manpages/rpcclient.1
@@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
-.TH "RPCCLIENT" "1" "01 June 2001" "" ""
+.TH "RPCCLIENT" "1" "10 October 2001" "" ""
.SH NAME
rpcclient \- tool for executing client side MS-RPC functions
.SH SYNOPSIS
@@ -50,7 +50,7 @@ below))
\fB-d debuglevel\fR
set the debuglevel. Debug level 0 is the lowest
and 100 being the highest. This should be set to 100 if you are
-planning on submitting a bug report to the Samba team (see BUGS.txt).
+planning on submitting a bug report to the Samba team (see \fIBUGS.txt\fR).
.TP
\fB-h\fR
Print a summary of command line options.
@@ -74,7 +74,7 @@ Sets the SMB username or username and password.
If %password is not specified, The user will be prompted. The
client will first check the \fBUSER\fR environment variable, then the
-\fBLOGNAME\fR variable and if either exist, the
+\fBLOGNAME\fR variable and if either exists, the
string is uppercased. If these environmental variables are not
found, the username GUEST is used.
@@ -303,7 +303,7 @@ been developed from examining Network traces. No documentation is
available from the original creators (Microsoft) on how MSRPC over
SMB works, or how the individual MSRPC services work. Microsoft's
implementation of these services has been demonstrated (and reported)
-to be... a bit flakey in places.
+to be... a bit flaky in places.
.PP
The development of Samba's implementation is also a bit rough,
and as more of the services are understood, it can even result in
@@ -324,6 +324,6 @@ by the Samba Team as an Open Source project similar
to the way the Linux kernel is developed.
.PP
The original rpcclient man page was written by Matthew
-Geddes, Luke Kenneth Casson, and rewriten by Gerald Carter.
+Geddes, Luke Kenneth Casson Leighton, and rewritten by Gerald Carter.
The conversion to DocBook for Samba 2.2 was done by Gerald
Carter.