From e08b2a66e0918dbb503ad38ef04eeaea3f825d05 Mon Sep 17 00:00:00 2001 From: dd Date: Fri, 13 Apr 2001 20:43:59 +0000 Subject: [PATCH] mdoc(7) police: misc. markup fixes in the DIAGNOSTICS section. Submitted by: ru --- usr.sbin/pcvt/ispcvt/ispcvt.8 | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/usr.sbin/pcvt/ispcvt/ispcvt.8 b/usr.sbin/pcvt/ispcvt/ispcvt.8 index 274a61f728ad..087235517fa0 100644 --- a/usr.sbin/pcvt/ispcvt/ispcvt.8 +++ b/usr.sbin/pcvt/ispcvt/ispcvt.8 @@ -74,23 +74,26 @@ with the option gives a verbose listing of the compile-time options. .El .Sh DIAGNOSTICS -.Bl -tag -width Ds -compact +The +.Nm +utility exits with one of the following values: .Pp -.It Sy 0 +.Bl -tag -width indent -compact +.It 0 driver is pcvt and major and minor numbers match -.It Sy 1 -open or ioctl system call failed -.It Sy 2 +.It 1 +.Xr open 2 +or +.Xr ioctl 2 +system call failed +.It 2 driver name mismatch -.It Sy 3 +.It 3 name matched, release major number mismatch -.It Sy 4 -name & major number matched, release minor number mismatch -.It Sy 5 +.It 4 +name and major number matched, release minor number mismatch +.It 5 usage error .El -.Pp -.Sh BUGS -No known bugs .Sh SEE ALSO .Xr pcvt 4