diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-01 17:58:07 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-01 17:58:07 +0000 |
commit | c1d23957b4fc501f94c6514591ccf547b507d149 (patch) | |
tree | 64351d6987365621babab78d781788f6afa619a1 /usr.sbin | |
parent | 5ff86c53129488e7210b758cfb5b5035f5a91119 (diff) |
Remove completely redundant introductory sentences in ENVIRONMENT sections.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/chroot/chroot.8 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/chroot/chroot.8 b/usr.sbin/chroot/chroot.8 index 061ccfa8638..1be8c1b99fd 100644 --- a/usr.sbin/chroot/chroot.8 +++ b/usr.sbin/chroot/chroot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chroot.8,v 1.4 2000/08/17 15:28:36 mickey Exp $ +.\" $OpenBSD: chroot.8,v 1.5 2001/05/01 17:58:06 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.4 2000/08/17 15:28:36 mickey Exp $ +.\" $Id: chroot.8,v 1.5 2001/05/01 17:58:06 aaron Exp $ .\" .Dd March 16, 1991 .Dt CHROOT 8 @@ -57,8 +57,6 @@ Note, .Ar command or the shell are run as your real user ID. .Sh ENVIRONMENT -The following environment variable is referenced by -.Nm chroot : .Bl -tag -width SHELL .It Ev SHELL If set, |