From aa67918988786949a71081cbeea7efe627302bf3 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Wed, 29 May 2002 13:39:34 +0000 Subject: [PATCH] style(9): Sort sections correctly, exit status info into DIAGNOSTICS section. --- usr.bin/what/what.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index 7bf38b287f6..cfd5935ee21 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -61,13 +61,8 @@ The following option is available: .It Fl s Stop searching each file after the first match. .El -.Pp +.Sh DIAGNOSTICS Exit status is 0 if any matches were found, otherwise 1. -.Sh BUGS -This is a rewrite of the -.Tn SCCS -command of the same name, -and behavior may not be identical. .Sh SEE ALSO .Xr ident 1 , .Xr strings 1 @@ -76,3 +71,8 @@ The .Nm command appeared in .Bx 4.0 . +.Sh BUGS +This is a rewrite of the +.Tn SCCS +command of the same name, +and behavior may not be identical.