diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-01-29 14:22:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-01-29 14:22:10 +0000 |
commit | e4a59ec3efca5c6f8c04098aed92cc65a955490e (patch) | |
tree | 0db4bfe7e192a1fdbb9c87f5f585904e690a610b /share | |
parent | 9fb8e3b70b926231553fb6f1014156bfa1e26747 (diff) |
zap trailing whitespace;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/bus_space.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9 index 052084400c8..4ae647205ac 100644 --- a/share/man/man9/bus_space.9 +++ b/share/man/man9/bus_space.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bus_space.9,v 1.25 2013/01/29 01:37:00 dlg Exp $ +.\" $OpenBSD: bus_space.9,v 1.26 2013/01/29 14:22:09 jmc Exp $ .\" $NetBSD: bus_space.9,v 1.15 2000/08/09 03:11:00 tv Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -147,7 +147,7 @@ "bus_size_t offset" .Ft u_int16_t .Fn bus_space_read_raw_2 "bus_space_tag_t space" \ -"bus_space_handle_t handle" "bus_size_t offset" +"bus_space_handle_t handle" "bus_size_t offset" .Ft u_int32_t .Fn bus_space_read_raw_4 "bus_space_tag_t space" \ "bus_space_handle_t handle" "bus_size_t offset" |