diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-13 10:33:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-13 10:33:33 +0000 |
commit | 7e12eb9b12702c3c1675c6ef635c4705de04c63f (patch) | |
tree | 73156260a8098eb076a4207d13994cf439410b3d /usr.sbin | |
parent | 775f6975fc59e6ee639af4cb9aa6094787a07cb1 (diff) |
fix .Sh ENVIRONMENT
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pppctl/pppctl.8 | 4 | ||||
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 2 | ||||
-rw-r--r-- | usr.sbin/quot/quot.8 | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/pppctl/pppctl.8 b/usr.sbin/pppctl/pppctl.8 index 962411b0150..cf54c2b57bc 100644 --- a/usr.sbin/pppctl/pppctl.8 +++ b/usr.sbin/pppctl/pppctl.8 @@ -1,4 +1,4 @@ -.\" $Id: pppctl.8,v 1.3 1997/12/21 01:27:07 deraadt Exp $ +.\" $Id: pppctl.8,v 1.4 1998/05/13 10:33:29 deraadt Exp $ .Dd 26 June 1997 .Os OpenBSD .Dt PPPCTL 8 @@ -158,7 +158,7 @@ You can even make a generic script: exec pppctl /var/run/internet "$@" .Ed .Pp -.Sh ENVIRONMENT VARIABLES +.Sh ENVIRONMENT The following environment variables are understood by .Nm when in interactive mode: diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 12744f978b8..7712dded3b3 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -306,7 +306,7 @@ lease was evicted (nqnfs) Number of bytes in an ordinary file, or major and minor device of special file. .El -.Sh ENVIRONMENT VARIABLES +.Sh ENVIRONMENT .Bl -tag -width BLOCKSIZE .It Ev BLOCKSIZE If the environment variable diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8 index 9e72fdc81b3..f077d958265 100644 --- a/usr.sbin/quot/quot.8 +++ b/usr.sbin/quot/quot.8 @@ -27,7 +27,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: quot.8,v 1.2 1995/12/08 19:48:45 deraadt Exp $ +.\" $Id: quot.8,v 1.3 1998/05/13 10:33:32 deraadt Exp $ .\" .Dd February 8, 1994 .Dt QUOT 8 @@ -77,7 +77,7 @@ to get a report of files and their owners. In addition to the default output, display the number of files not accessed within 30, 60 and 90 days. .El -.Sh ENVIRONMENT VARIABLES +.Sh ENVIRONMENT .Bl -tag -width BLOCKSIZE .It Ev BLOCKSIZE If the environment variable |