diff options
author | davidn <davidn@FreeBSD.org> | 1997-01-05 04:05:22 +0000 |
---|---|---|
committer | davidn <davidn@FreeBSD.org> | 1997-01-05 04:05:22 +0000 |
commit | 348fa0a6fca23ce94c7a38dc52d631a9b0de08f6 (patch) | |
tree | 05952ae7b19efbbca1389d8896a1437f06e37108 | |
parent | f9d8d4f0d7850216780b0273bfe044fbd2e7371a (diff) | |
download | FreeBSD-src-348fa0a6fca23ce94c7a38dc52d631a9b0de08f6.zip FreeBSD-src-348fa0a6fca23ce94c7a38dc52d631a9b0de08f6.tar.gz |
Fix reference /etc/acct/pw.conf -> /etc/pw.conf.
Pointed-Out-By: Peter Wemm.
-rw-r--r-- | usr.sbin/pw/pw.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pw/pw.conf.5 b/usr.sbin/pw/pw.conf.5 index eeea80e..34daeef 100644 --- a/usr.sbin/pw/pw.conf.5 +++ b/usr.sbin/pw/pw.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pw.conf.5,v 1.1.1.2 1996/12/09 23:55:22 joerg Exp $ +.\" $Id: pw.conf.5,v 1.1.1.3 1996/12/10 23:58:59 joerg Exp $ .\" .Dd December 9, 1996 .Dt PW.CONF 5 @@ -274,7 +274,7 @@ expiration date. .Pp .Sh LIMITS The maximum line length of -.Pa /etc/acct/pw.conf +.Pa /etc/pw.conf is 1024 characters. Longer lines will be skipped and treated as comments. .Sh FILES |