diff options
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 | ||||
-rw-r--r-- | share/man/man5/forward.5 | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 6f94462adaa..8cef4c421a0 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.429 2015/12/06 22:33:47 mmcc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.430 2015/12/28 23:30:59 mmcc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 6 2015 $ +.Dd $Mdocdate: December 28 2015 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1854,7 +1854,7 @@ Read-only. Use with .Ev NOT_FOR_ARCHS . .It Ev MAINTAINER -E-mail address with full name of the port's maintainer. +Email address with full name of the port's maintainer. Defaults to .Mt ports@openbsd.org . .It Ev MAKE_ENV diff --git a/share/man/man5/forward.5 b/share/man/man5/forward.5 index 8138fe75151..1f3a06c9758 100644 --- a/share/man/man5/forward.5 +++ b/share/man/man5/forward.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: forward.5,v 1.10 2012/08/12 17:01:35 schwarze Exp $ +.\" $OpenBSD: forward.5,v 1.11 2015/12/28 23:30:59 mmcc Exp $ .\" .\" Copyright (c) 2001 Marco S. Hyman .\" @@ -10,12 +10,12 @@ .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: August 12 2012 $ +.Dd $Mdocdate: December 28 2015 $ .Dt FORWARD 5 .Os .Sh NAME .Nm forward -.Nd e-mail forwarding information file +.Nd email forwarding information file .Sh DESCRIPTION Users may put a file named .Pa .forward @@ -29,7 +29,7 @@ file. .Pp A .Pa .forward -file contains one or more lines where each line is an e-mail address +file contains one or more lines where each line is an email address or the name of a private incoming mailer where incoming mail will be forwarded. Multiple entries may be specified on one line, comma separated. @@ -47,7 +47,7 @@ file must be owned by and readable by the indicated user. .Sh FILES .Bl -tag -width $HOME/.forward -compact .It Pa $HOME/.forward -e-mail forwarding information +email forwarding information .El .Sh EXAMPLES .Bd -literal -offset indent |