Module Name: src
Committed By: wiz
Date: Tue Jul 4 07:13:44 UTC 2017
Modified Files:
src/usr.sbin/unlink: unlink.8
Log Message:
Use Ex.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/unlink/unlink.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/unlink/unlink.8
diff -u src/usr.sbin/unlink/unlink.8:1.7 src/usr.sbin/unlink/unlink.8:1.8
--- src/usr.sbin/unlink/unlink.8:1.7 Mon Jul 3 21:35:32 2017
+++ src/usr.sbin/unlink/unlink.8 Tue Jul 4 07:13:43 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: unlink.8,v 1.7 2017/07/03 21:35:32 wiz Exp $
+.\" $NetBSD: unlink.8,v 1.8 2017/07/04 07:13:43 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -45,9 +45,7 @@ utility performs the function call
.Ar file
must be the pathname of an existing file.
.Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std unlink
.Sh SEE ALSO
.Xr rm 1 ,
.Xr rmdir 1 ,