diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-06-10 22:38:04 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-06-10 22:38:04 +0000 |
commit | e1ff3b5725e84a6aaa6367f03b0f19611f098f3e (patch) | |
tree | 58448540b9be32681cb4a1e7924a7f2fb418b574 /usr.bin/msgs/msgs.1 | |
parent | 91e387e025fd867bb2fa8137068dae52cea527a5 (diff) |
Handle PAGER in a manner consistent with the Single Unix Specification:
that is, use PAGER rather than "more" if it is defined and non-null, not
just if it is defined.
Diffstat (limited to 'usr.bin/msgs/msgs.1')
-rw-r--r-- | usr.bin/msgs/msgs.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index 35d58aa068c..f12be01d2b3 100644 --- a/usr.bin/msgs/msgs.1 +++ b/usr.bin/msgs/msgs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msgs.1,v 1.6 1999/06/05 01:21:34 aaron Exp $ +.\" $OpenBSD: msgs.1,v 1.7 1999/06/10 22:38:03 pjanzen Exp $ .\" $NetBSD: msgs.1,v 1.5 1995/09/28 06:57:39 tls Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -61,7 +61,7 @@ of the system. The options available are as follows: .Bl -tag -width Fl .It Fl f -Do not say ``No new messages.''. +Do not say ``No new messages.'' This is useful in a .Pa .login file since this is often the case here. @@ -102,7 +102,7 @@ Pipe long messages through the program specified by the .Ev PAGER environment variable. If .Ev PAGER -is not defined, +is null or not defined, .Xr more 1 is used. .El @@ -218,7 +218,7 @@ uses the and .Ev TERM environment variables for the default home directory and -terminal type. If defined, the program specified by the +terminal type. If defined and non-null, the .Ev PAGER variable is invoked as the pagination program. .Sh FILES |