aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-04-13 20:43:59 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-04-13 20:43:59 +0000
commit8ba5eeb2862ce7c1346e7f3e9446622fa985990a (patch)
tree0f0886d05a9c85402ce20195bcccaed3658cbd9b /usr.sbin/pcvt
parent19ab52cb4e42d5ef3bdc6cfc527443864a5c130d (diff)
Notes
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/ispcvt/ispcvt.827
1 files 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