diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-08-27 19:28:14 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-08-27 19:28:14 +0000 |
commit | 035418bb5809bc011867d27f518bd9be4fa0590f (patch) | |
tree | d8a0e5fcaafb5a4871182e9d8e59f7b582f79ae6 /usr.sbin | |
parent | 1229b6ed6cc13d2c30419b197d73115d5ba5c5cc (diff) |
Change ``etc'' to ``/etc'' for consistency with the rest of th epage.
OK jmc@.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pwd_mkdb/pwd_mkdb.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8 index 2a92fb3bfdb..cab8c5a0ca4 100644 --- a/usr.sbin/pwd_mkdb/pwd_mkdb.8 +++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwd_mkdb.8,v 1.19 2004/10/12 16:28:33 millert Exp $ +.\" $OpenBSD: pwd_mkdb.8,v 1.20 2006/08/27 19:28:13 ray Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -95,7 +95,7 @@ Any directories specified as a part of will be stripped off. This option is used to create password databases in directories other than -.Pa etc ; +.Pa /etc ; for instance in a .Xr chroot 8 jail. |