Module Name: src
Committed By: wiz
Date: Sun Jan 27 17:42:53 UTC 2019
Modified Files:
src/bin/sleep: sleep.1
Log Message:
Sort sections.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/bin/sleep/sleep.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/sleep/sleep.1
diff -u src/bin/sleep/sleep.1:1.26 src/bin/sleep/sleep.1:1.27
--- src/bin/sleep/sleep.1:1.26 Sat Jan 26 15:20:50 2019
+++ src/bin/sleep/sleep.1 Sun Jan 27 17:42:53 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: sleep.1,v 1.26 2019/01/26 15:20:50 kre Exp $
+.\" $NetBSD: sleep.1,v 1.27 2019/01/27 17:42:53 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -149,6 +149,17 @@ The
command is expected to be
.St -p1003.2
compatible.
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.At v4 .
+Processing fractional seconds, and processing the
+.Ic seconds
+argument respecting the current locale, was added in
+.Nx 1.3 .
+The ability to sleep for extended periods appeared in
+.Nx 9 .
.Sh BUGS
This
.Nm
@@ -164,14 +175,3 @@ individual
.Nm
invocation limited to 200 billion years
approximately.
-.Sh HISTORY
-A
-.Nm
-utility appeared in
-.At v4 .
-Processing fractional seconds, and processing the
-.Ic seconds
-argument respecting the current locale, was added in
-.Nx 1.3 .
-The ability to sleep for extended periods appeared in
-.Nx 9 .