| Summary: | Minor typo in README | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | rsimmons0 | ||||
| Component: | Books & Articles | Assignee: | Gavin Atkinson <gavin> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Many People | CC: | des | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: gavin Date: Tue Aug 26 22:39:24 UTC 2014 New revision: 270677 URL: http://svnweb.freebsd.org/changeset/base/270677 Log: Fix xref, pam(8) -> pam(3) PR: 193045 Submitted by: rsimmons0 gmail com MFC after: 3 days Changes: head/etc/pam.d/README Patched in head, will merge in three days A commit references this bug: Author: gavin Date: Wed Sep 3 23:18:09 UTC 2014 New revision: 271066 URL: http://svnweb.freebsd.org/changeset/base/271066 Log: Merge r270677 from head: Fix xref, pam(8) -> pam(3) PR: 193045 Submitted by: rsimmons0 gmail com Changes: _U stable/9/etc/pam.d/ stable/9/etc/pam.d/README A commit references this bug: Author: gavin Date: Wed Sep 3 23:18:13 UTC 2014 New revision: 271067 URL: http://svnweb.freebsd.org/changeset/base/271067 Log: Merge r270677 from head: Fix xref, pam(8) -> pam(3) PR: 193045 Submitted by: rsimmons0 gmail com Changes: _U stable/10/ stable/10/etc/pam.d/README This is the wrong fix. The correct fix is to create pam(8) with the contents of the PAM article (https://www.freebsd.org/doc/en/articles/pam/). Close PRs that have had a corresponding fix committed. |
Created attachment 146343 [details] patch to correct error in /head/etc/pam.d/README The pam man page referred to in /head/etc/pam.d/README is incorrect. I have attached a patch to correct it.