diff options
author | nsouch <nsouch@FreeBSD.org> | 1998-11-04 22:12:48 +0000 |
---|---|---|
committer | nsouch <nsouch@FreeBSD.org> | 1998-11-04 22:12:48 +0000 |
commit | 6916aa0581dd16463c9dc19d351525104922aa04 (patch) | |
tree | 485aa01c0ba971d2c1bca23a09be36c6221f701a /share | |
parent | 751db9697b8486b35d46abf71788df179ae8d308 (diff) | |
download | FreeBSD-src-6916aa0581dd16463c9dc19d351525104922aa04.zip FreeBSD-src-6916aa0581dd16463c9dc19d351525104922aa04.tar.gz |
Add 0s to declarations.
Proposed by: Dag-Erling Coid
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ppbus.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/ppbus.4 b/share/man/man4/ppbus.4 index 1a860ed..d265dbc 100644 --- a/share/man/man4/ppbus.4 +++ b/share/man/man4/ppbus.4 @@ -31,13 +31,13 @@ .Nd Parallel port bus system .Sh SYNOPSIS -.Cd "controller ppbus" +.Cd "controller ppbus0" .Pp -.Cd "controller vpo at ppbus?" +.Cd "controller vpo0 at ppbus?" .Pp -.Cd "device nlpt at ppbus?" -.Cd "device plip at ppbus?" -.Cd "device ppi at ppbus?" +.Cd "device nlpt0 at ppbus?" +.Cd "device plip0 at ppbus?" +.Cd "device ppi0 at ppbus?" .Sh DESCRIPTION The .Em ppbus |