diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-23 14:11:41 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-23 14:11:41 +0000 |
commit | 18cf786954e1bd6b1bb79070fceb4fecbad6d488 (patch) | |
tree | 0bc8554e6274bdee7e759f2d2d6a1e20fed0cdbb /usr.sbin/chroot | |
parent | bd3846209995d875b04576fcb40766bbc82c16c6 (diff) |
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
Diffstat (limited to 'usr.sbin/chroot')
-rw-r--r-- | usr.sbin/chroot/chroot.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/chroot/chroot.8 b/usr.sbin/chroot/chroot.8 index 25146e491a9..4e59eeb66fd 100644 --- a/usr.sbin/chroot/chroot.8 +++ b/usr.sbin/chroot/chroot.8 @@ -30,11 +30,11 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)chroot.8 5.3 (Berkeley) 3/16/91 -.\" $Id: chroot.8,v 1.2 1998/11/08 00:21:28 aaron Exp $ +.\" $Id: chroot.8,v 1.3 1999/05/23 14:11:32 aaron Exp $ .\" .Dd March 16, 1991 .Dt CHROOT 8 -.Os BSD 4.3 +.Os .Sh NAME .Nm chroot .Nd change root directory |