Module Name:    src
Committed By:   sevan
Date:           Tue Aug 23 20:34:23 UTC 2016

Modified Files:
        src/bin/expr: expr.1

Log Message:
Mark email addresses as mailto links, heads up by Sascha Wildner.
Move email addresses to same line as author name.
Do not split the third author entry on to a new line.
Public domain is not licensed by definition, heads up by Robert Elz.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/bin/expr/expr.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/expr/expr.1
diff -u src/bin/expr/expr.1:1.35 src/bin/expr/expr.1:1.36
--- src/bin/expr/expr.1:1.35	Tue Aug 23 03:21:16 2016
+++ src/bin/expr/expr.1	Tue Aug 23 20:34:23 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: expr.1,v 1.35 2016/08/23 03:21:16 sevan Exp $
+.\"	$NetBSD: expr.1,v 1.36 2016/08/23 20:34:23 sevan Exp $
 .\"
 .\" Copyright (c) 2000,2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -246,7 +246,7 @@ keyword is an extension for compatibilit
 An
 .Nm
 utility first appeared in the Programmer's Workbench (PWB/UNIX).
-A public domain licensed version of
+A public domain version of
 .Nm
 written by
 .An Pace Willisson
@@ -255,17 +255,15 @@ appeared in
 .Bx 386 0.1 .
 .Sh AUTHORS
 Initial implementation by
-.An Pace Willisson
-.Aq [email protected]
+.An Pace Willisson Aq Mt [email protected]
 was largely rewritten by
 .An -nosplit
-.An J.T. Conklin
-.Aq [email protected] .
+.An J.T. Conklin Aq Mt [email protected] .
 It was rewritten again for
 .Nx 1.6
 by
-.An Jaromir Dolecek
-.Aq [email protected] .
+.An -nosplit
+.An Jaromir Dolecek Aq Mt [email protected] .
 .Sh NOTES
 The empty string
 .Do Dc

Reply via email to