Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpam/modules Minor wording consistency nit.



details:   https://anonhg.NetBSD.org/src/rev/c6f81708487c
branches:  trunk
changeset: 574285:c6f81708487c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Feb 26 15:11:26 2005 +0000

description:
Minor wording consistency nit.

diffstat:

 lib/libpam/modules/pam_radius/pam_radius.8       |  12 +++++-------
 lib/libpam/modules/pam_rhosts/pam_rhosts.8       |   7 +++----
 lib/libpam/modules/pam_rootok/pam_rootok.8       |   5 ++---
 lib/libpam/modules/pam_securetty/pam_securetty.8 |   5 ++---
 lib/libpam/modules/pam_self/pam_self.8           |   5 ++---
 lib/libpam/modules/pam_ssh/pam_ssh.8             |   5 ++---
 lib/libpam/modules/pam_unix/pam_unix.8           |   5 ++---
 7 files changed, 18 insertions(+), 26 deletions(-)

diffs (156 lines):

diff -r 08e3dfa24b49 -r c6f81708487c lib/libpam/modules/pam_radius/pam_radius.8
--- a/lib/libpam/modules/pam_radius/pam_radius.8        Sat Feb 26 15:08:54 2005 +0000
+++ b/lib/libpam/modules/pam_radius/pam_radius.8        Sat Feb 26 15:11:26 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pam_radius.8,v 1.2 2004/12/12 08:18:46 christos Exp $
+.\" $NetBSD: pam_radius.8,v 1.3 2005/02/26 15:11:26 thorpej Exp $
 .\" Copyright (c) 1999
 .\"    Andrzej Bialecki <abial%FreeBSD.org@localhost>.  All rights reserved.
 .\"
@@ -44,7 +44,7 @@
 .Os
 .Sh NAME
 .Nm pam_radius
-.Nd RADIUS authentication PAM module
+.Nd RADIUS PAM module
 .Sh SYNOPSIS
 .Op Ar service-name
 .Ar module-type
@@ -52,11 +52,9 @@
 .Pa pam_radius
 .Op Ar options
 .Sh DESCRIPTION
-The
-.Nm
-module provides authentication services based
-upon the RADIUS (Remote Authentication Dial In User Service) protocol
-for the PAM (Pluggable Authentication Module) framework.
+The RADIUS service module for PAM
+provides authentication services based
+upon the RADIUS (Remote Authentication Dial In User Service) protocol.
 .Pp
 The
 .Nm
diff -r 08e3dfa24b49 -r c6f81708487c lib/libpam/modules/pam_rhosts/pam_rhosts.8
--- a/lib/libpam/modules/pam_rhosts/pam_rhosts.8        Sat Feb 26 15:08:54 2005 +0000
+++ b/lib/libpam/modules/pam_rhosts/pam_rhosts.8        Sat Feb 26 15:11:26 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pam_rhosts.8,v 1.2 2004/12/12 08:18:47 christos Exp $
+.\" $NetBSD: pam_rhosts.8,v 1.3 2005/02/26 15:12:18 thorpej Exp $
 .\" Copyright (c) 2001 Mark R V Murray
 .\" All rights reserved.
 .\" Copyright (c) 2001 Networks Associates Technology, Inc.
@@ -40,7 +40,7 @@
 .Os
 .Sh NAME
 .Nm pam_rhosts
-.Nd Rhosts PAM module
+.Nd rhosts PAM module
 .Sh SYNOPSIS
 .Op Ar service-name
 .Ar module-type
@@ -48,8 +48,7 @@
 .Pa pam_rhosts
 .Op Ar options
 .Sh DESCRIPTION
-The rhosts authentication service module for PAM,
-.Nm
+The rhosts authentication service module for PAM
 provides functionality for only one PAM category:
 authentication.
 In terms of the
diff -r 08e3dfa24b49 -r c6f81708487c lib/libpam/modules/pam_rootok/pam_rootok.8
--- a/lib/libpam/modules/pam_rootok/pam_rootok.8        Sat Feb 26 15:08:54 2005 +0000
+++ b/lib/libpam/modules/pam_rootok/pam_rootok.8        Sat Feb 26 15:11:26 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pam_rootok.8,v 1.2 2004/12/12 08:18:47 christos Exp $
+.\" $NetBSD: pam_rootok.8,v 1.3 2005/02/26 15:13:12 thorpej Exp $
 .\" Copyright (c) 2001 Mark R V Murray
 .\" All rights reserved.
 .\"
@@ -38,8 +38,7 @@
 .Pa pam_rootok
 .Op Ar options
 .Sh DESCRIPTION
-The RootOK authentication service module for PAM,
-.Nm
+The RootOK authentication service module for PAM
 provides functionality for only one PAM category:
 authentication.
 In terms of the
diff -r 08e3dfa24b49 -r c6f81708487c lib/libpam/modules/pam_securetty/pam_securetty.8
--- a/lib/libpam/modules/pam_securetty/pam_securetty.8  Sat Feb 26 15:08:54 2005 +0000
+++ b/lib/libpam/modules/pam_securetty/pam_securetty.8  Sat Feb 26 15:11:26 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pam_securetty.8,v 1.2 2004/12/12 08:18:47 christos Exp $
+.\" $NetBSD: pam_securetty.8,v 1.3 2005/02/26 15:13:45 thorpej Exp $
 .\" Copyright (c) 2001 Mark R V Murray
 .\" All rights reserved.
 .\" Copyright (c) 2002 Networks Associates Technology, Inc.
@@ -48,8 +48,7 @@
 .Pa pam_securetty
 .Op Ar options
 .Sh DESCRIPTION
-The SecureTTY service module for PAM,
-.Nm
+The SecureTTY service module for PAM
 provides functionality for only one PAM category:
 account management.
 In terms of the
diff -r 08e3dfa24b49 -r c6f81708487c lib/libpam/modules/pam_self/pam_self.8
--- a/lib/libpam/modules/pam_self/pam_self.8    Sat Feb 26 15:08:54 2005 +0000
+++ b/lib/libpam/modules/pam_self/pam_self.8    Sat Feb 26 15:11:26 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pam_self.8,v 1.2 2004/12/12 08:18:47 christos Exp $
+.\" $NetBSD: pam_self.8,v 1.3 2005/02/26 15:14:15 thorpej Exp $
 .\" Copyright (c) 2001 Mark R V Murray
 .\" All rights reserved.
 .\" Copyright (c) 2001 Networks Associates Technology, Inc.
@@ -48,8 +48,7 @@
 .Pa pam_self
 .Op Ar options
 .Sh DESCRIPTION
-The Self authentication service module for PAM,
-.Nm
+The Self authentication service module for PAM
 provides functionality for only one PAM category:
 authentication.
 In terms of the
diff -r 08e3dfa24b49 -r c6f81708487c lib/libpam/modules/pam_ssh/pam_ssh.8
--- a/lib/libpam/modules/pam_ssh/pam_ssh.8      Sat Feb 26 15:08:54 2005 +0000
+++ b/lib/libpam/modules/pam_ssh/pam_ssh.8      Sat Feb 26 15:11:26 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pam_ssh.8,v 1.2 2004/12/12 08:18:47 christos Exp $
+.\" $NetBSD: pam_ssh.8,v 1.3 2005/02/26 15:14:44 thorpej Exp $
 .\" Copyright (c) 2001 Mark R V Murray
 .\" All rights reserved.
 .\" Copyright (c) 2001-2003 Networks Associates Technology, Inc.
@@ -50,8 +50,7 @@
 .Sh DESCRIPTION
 The
 SSH
-authentication service module for PAM,
-.Nm
+authentication service module for PAM
 provides functionality for two PAM categories:
 authentication
 and session management.
diff -r 08e3dfa24b49 -r c6f81708487c lib/libpam/modules/pam_unix/pam_unix.8
--- a/lib/libpam/modules/pam_unix/pam_unix.8    Sat Feb 26 15:08:54 2005 +0000
+++ b/lib/libpam/modules/pam_unix/pam_unix.8    Sat Feb 26 15:11:26 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pam_unix.8,v 1.3 2005/02/20 19:40:20 wiz Exp $
+.\" $NetBSD: pam_unix.8,v 1.4 2005/02/26 15:16:27 thorpej Exp $
 .\" Copyright (c) 2001 Mark R V Murray
 .\" All rights reserved.
 .\" Copyright (c) 2001 Networks Associates Technology, Inc.
@@ -50,8 +50,7 @@
 .Sh DESCRIPTION
 The
 .Ux
-authentication service module for PAM,
-.Nm
+authentication service module for PAM
 provides functionality for two PAM categories:
 authentication
 and account management.



Home | Main Index | Thread Index | Old Index