diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-28 15:26:56 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-28 15:26:56 +0000 |
commit | c44ae37eae66cfb19fd19b728ea9035600ad27ca (patch) | |
tree | 6d50bbc7ba6d1ded60c5b909aee2cc2955d5b9ed /usr.sbin/chroot/chroot.8 | |
parent | d3e7a570594efe009df97cc87b6d10a17a8c602b (diff) |
Remove unneeded .Nm argument; mpech@prosoft.org.lv
Diffstat (limited to 'usr.sbin/chroot/chroot.8')
-rw-r--r-- | usr.sbin/chroot/chroot.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/chroot/chroot.8 b/usr.sbin/chroot/chroot.8 index 1be8c1b99fd..e65bc71e29e 100644 --- a/usr.sbin/chroot/chroot.8 +++ b/usr.sbin/chroot/chroot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chroot.8,v 1.5 2001/05/01 17:58:06 aaron Exp $ +.\" $OpenBSD: chroot.8,v 1.6 2001/05/28 15:26:55 aaron Exp $ .\" .\" Copyright (c) 1988, 1991 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)chroot.8 5.3 (Berkeley) 3/16/91 -.\" $Id: chroot.8,v 1.5 2001/05/01 17:58:06 aaron Exp $ +.\" $Id: chroot.8,v 1.6 2001/05/28 15:26:55 aaron Exp $ .\" .Dd March 16, 1991 .Dt CHROOT 8 @@ -46,7 +46,7 @@ .Op Ar command .Sh DESCRIPTION The -.Nm chroot +.Nm command changes its root directory to the supplied directory .Ar newroot and executes |