This commit is contained in:
wiz 2017-07-04 06:50:04 +00:00
parent 285e86b675
commit ee3d656c82
2 changed files with 4 additions and 8 deletions

View File

@ -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 .\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -126,9 +126,7 @@ cp -PRp source_file destination_path && \e
rm -rf source_file rm -rf source_file
.Ed .Ed
.Sh EXIT STATUS .Sh EXIT STATUS
The .Ex -std mv
.Nm
utility exits 0 on success, and >0 if an error occurs.
.Sh SEE ALSO .Sh SEE ALSO
.Xr cp 1 , .Xr cp 1 ,
.Xr rename 2 , .Xr rename 2 ,

View File

@ -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 .\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -69,9 +69,7 @@ command is
is usually provided as a shell builtin (which may have a different is usually provided as a shell builtin (which may have a different
default). default).
.Sh EXIT STATUS .Sh EXIT STATUS
The .Ex -std pwd
.Nm
utility exits 0 on success, and >0 if an error occurs.
.Sh SEE ALSO .Sh SEE ALSO
.Xr cd 1 , .Xr cd 1 ,
.Xr csh 1 , .Xr csh 1 ,