Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin Use Ex.



details:   https://anonhg.NetBSD.org/src/rev/18ff07d3aeee
branches:  trunk
changeset: 354914:18ff07d3aeee
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jul 04 06:50:04 2017 +0000

description:
Use Ex.

diffstat:

 bin/mv/mv.1   |  6 ++----
 bin/pwd/pwd.1 |  6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 4abfcd963cde -r 18ff07d3aeee bin/mv/mv.1
--- a/bin/mv/mv.1       Tue Jul 04 06:49:35 2017 +0000
+++ b/bin/mv/mv.1       Tue Jul 04 06:50:04 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mv.1,v 1.29 2017/07/03 21:33:23 wiz Exp $
+.\"    $NetBSD: mv.1,v 1.30 2017/07/04 06:50:04 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -126,9 +126,7 @@
 rm -rf source_file
 .Ed
 .Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std mv
 .Sh SEE ALSO
 .Xr cp 1 ,
 .Xr rename 2 ,
diff -r 4abfcd963cde -r 18ff07d3aeee bin/pwd/pwd.1
--- a/bin/pwd/pwd.1     Tue Jul 04 06:49:35 2017 +0000
+++ b/bin/pwd/pwd.1     Tue Jul 04 06:50:04 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pwd.1,v 1.26 2017/07/03 21:33:23 wiz Exp $
+.\"    $NetBSD: pwd.1,v 1.27 2017/07/04 06:50:37 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -69,9 +69,7 @@
 is usually provided as a shell builtin (which may have a different
 default).
 .Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std pwd
 .Sh SEE ALSO
 .Xr cd 1 ,
 .Xr csh 1 ,



Home | Main Index | Thread Index | Old Index