Module Name: src
Committed By: wiz
Date: Sat Dec 16 14:32:33 UTC 2023
Modified Files:
src/usr.bin/cvslatest: cvslatest.1
Log Message:
cvslatest(1): remove RETURN VALUES
Pages in section one should use EXIT STATUS instead (which this one
already provides).
Closes PR 57778 by Kouichi Hashikawa
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/cvslatest/cvslatest.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/cvslatest/cvslatest.1
diff -u src/usr.bin/cvslatest/cvslatest.1:1.1 src/usr.bin/cvslatest/cvslatest.1:1.2
--- src/usr.bin/cvslatest/cvslatest.1:1.1 Sun Jan 24 17:08:16 2016
+++ src/usr.bin/cvslatest/cvslatest.1 Sat Dec 16 14:32:33 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: cvslatest.1,v 1.1 2016/01/24 17:08:16 christos Exp $
+.\" $NetBSD: cvslatest.1,v 1.2 2023/12/16 14:32:33 wiz Exp $
.\" Copyright (C) 2015 Thomas Klausner
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -23,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd January 7, 2016
+.Dd December 16, 2023
.Dt CVSLATEST 1
.Os
.Sh NAME
@@ -70,7 +70,5 @@ information directory.
.Sh SEE ALSO
.Xr cvs 1 ,
.Xr date 1
-.Sh RETURN VALUES
-.Ex -std
.Sh AUTHORS
.An Christos Zoulas Aq Mt [email protected]