diff --git a/docs/manpages-3/libsmbclient.7.xml b/docs/manpages-3/libsmbclient.7.xml
index 23d9dbd258a..5b3c0856545 100644
--- a/docs/manpages-3/libsmbclient.7.xml
+++ b/docs/manpages-3/libsmbclient.7.xml
@@ -32,19 +32,17 @@
- libsmbclient is a library toolset that permits applications
- to manipulate CIFS/SMB network resources using many of the standards POSIX functions
- available for manipulating local UNIX/Linux files. It permits much more than just browsing,
- files can be opened and read or written, permissions changed, file times modified, attributes
- and ACL's can be manipulated, and so on. Of course, its functionality includes all the
+ libsmbclient is a library toolset that permits applications to manipulate CIFS/SMB network
+ resources using many of the standards POSIX functions available for manipulating local UNIX/Linux files. It
+ permits much more than just browsing, files can be opened and read or written, permissions changed, file times
+ modified, attributes and ACL's can be manipulated, and so on. Of course, its functionality includes all the
capabilities commonly called browsing.
- libsmbclient can not be used directly from the command line, instead
- it provides an extension of the capabilities of tools such as file managers and browsers.
- This man page describes the configuration options for this tool so that the user may
- obtain greatest utility of use.
+ libsmbclient can not be used directly from the command line, instead it provides an
+ extension of the capabilities of tools such as file managers and browsers. This man page describes the
+ configuration options for this tool so that the user may obtain greatest utility of use.
diff --git a/docs/manpages-3/pam_winbind.7.xml b/docs/manpages-3/pam_winbind.7.xml
index 519227e9829..98d15d26a84 100644
--- a/docs/manpages-3/pam_winbind.7.xml
+++ b/docs/manpages-3/pam_winbind.7.xml
@@ -19,8 +19,9 @@
This tool is part of the samba
7 suite.
- pam_winbind is a PAM module that can authenticate users against the local domain
- by talking to the Winbind daemon.
+
+ pam_winbind is a PAM module that can authenticate users against the local domain by talking to the Winbind daemon.
+
@@ -38,14 +39,12 @@
require_membership_of=[SID or NAME]
- If this option is set, pam_winbind will only succeed if the
- user is a member of the given SID or NAME. A SID can be either a group-SID, a
- alias-SID or even a user-SID. It is also possible to give a NAME instead of the
+ If this option is set, pam_winbind will only succeed if the user is a member of the given SID or NAME. A SID
+ can be either a group-SID, a alias-SID or even a user-SID. It is also possible to give a NAME instead of the
SID. That name must have the form: MYDOMAIN\mygroup or
- MYDOMAIN\myuser. pam_winbind will, in that case, lookup
- the SID internally. Note that NAME may not contain any spaces. It is thus
- recommended to only use SIDs. You can verify the list of SIDs a user is a member
- of with wbinfo --user-sids=SID.
+ MYDOMAIN\myuser. pam_winbind will, in that case, lookup the SID internally. Note that
+ NAME may not contain any spaces. It is thus recommended to only use SIDs. You can verify the list of SIDs a
+ user is a member of with wbinfo --user-sids=SID.
@@ -57,19 +56,17 @@
use_first_pass
- By default, pam_winbind tries to get the
- authentication token from a previous module. If no token is available it asks the user
- for the old password. With this option, pam_winbind aborts with an
- error if no authentication token from a previous module is available.
+ By default, pam_winbind tries to get the authentication token from a previous module. If no token is available
+ it asks the user for the old password. With this option, pam_winbind aborts with an error if no authentication
+ token from a previous module is available.
use_authtok
- Set the new password to the one provided by the previously
- stacked password module. If this option is not set pam_winbind will ask the
- user for the new password.
+ Set the new password to the one provided by the previously stacked password module. If this option is not set
+ pam_winbind will ask the user for the new password.
@@ -98,10 +95,10 @@
AUTHOR
- The original Samba software and related utilities
- were created by Andrew Tridgell. Samba is now developed
- by the Samba Team as an Open Source project similar
- to the way the Linux kernel is developed.
+
+ The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by
+ the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
+
This manpage was written by Jelmer Vernooij and Guenther Deschner.