diff --git a/en_US.ISO8859-1/articles/pam/article.sgml b/en_US.ISO8859-1/articles/pam/article.sgml
index 0f0e04b5d1..b3e462cd09 100644
--- a/en_US.ISO8859-1/articles/pam/article.sgml
+++ b/en_US.ISO8859-1/articles/pam/article.sgml
@@ -505,12 +505,13 @@ sshd password required pam_permit.so
password database, NIS, LDAP and Radius.
FreeBSD groups all facilities for the same mechanism in
- one module called pam_mechanism.so (e.g.
+ one module called
+ pam_mechanism.so (e.g.
pam_unix.so.) The original PAM
implementation, on the other hand, had separate modules for
each facility, called
- pam_mechanism_facility.so (e.g.
- pam_unix_auth.so.)
+ pam_mechanism_facility.so
+ (e.g. pam_unix_auth.so.)
@@ -752,10 +753,10 @@ sshd password required pam_permit.so
Breakdown of a configuration line
- As explained in , each line in
- /etc/pam.conf consists of four or more
- fields: the service name, the facility name, the control flag,
- the module name, and zero or more module arguments.
+ As explained in ,
+ each line in /etc/pam.conf consists of four
+ or more fields: the service name, the facility name, the control
+ flag, the module name, and zero or more module arguments.
The service name is generally (though not always) the name
of the application the statement applies to. If you are