mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
examples: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Rowland Penny <rpenny@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
ff46836eec
commit
1ba146dda3
@ -24,7 +24,7 @@ The idmap script option
|
||||
-----------------------
|
||||
|
||||
To resolve this problem the idmap tdb2 module has the ability to call
|
||||
out to an external script whenever it meeds an unknown SID or UID/GID
|
||||
out to an external script whenever it needs an unknown SID or UID/GID
|
||||
for the first time. It is then the job of that script to provide a
|
||||
mapping consistent with whatever external system is in place (such as
|
||||
NIS), and return the mapped result to winbind.
|
||||
|
@ -7,7 +7,7 @@
|
||||
# syntax:
|
||||
# findsmb [-d|-D] [-r] [subnet broadcast address]
|
||||
#
|
||||
# with no agrument it will list machines on the current subnet
|
||||
# with no argument it will list machines on the current subnet
|
||||
#
|
||||
# There will be a "+" in front of the workgroup name for machines that are
|
||||
# local master browsers for that workgroup. There will be an "*" in front
|
||||
|
@ -88,7 +88,7 @@ if (exists($options{S})) {
|
||||
$server = $options{S};
|
||||
}
|
||||
else {
|
||||
print "ERROR: madatory argument '-S' missing\n";
|
||||
print "ERROR: mandatory argument '-S' missing\n";
|
||||
usage();
|
||||
exit 1;
|
||||
}
|
||||
|
@ -87,7 +87,7 @@ if (exists($options{S})) {
|
||||
$server = $options{S};
|
||||
}
|
||||
else {
|
||||
print "ERROR: madatory argument '-S' missing\n";
|
||||
print "ERROR: mandatory argument '-S' missing\n";
|
||||
usage();
|
||||
exit 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user