diff options
author | 2013-01-29 14:22:09 +0000 | |
---|---|---|
committer | 2013-01-29 14:22:09 +0000 | |
commit | 932df6bf3c05df7b6fac4abbedef40f4424ac38c (patch) | |
tree | eb4033a3c96d0ccbd2b9cb492892296e9637abcc /share/man | |
parent | refactor code a bit to actually store subjects in the subject object (diff) | |
download | wireguard-openbsd-932df6bf3c05df7b6fac4abbedef40f4424ac38c.tar.xz wireguard-openbsd-932df6bf3c05df7b6fac4abbedef40f4424ac38c.zip |
zap trailing whitespace;
Diffstat (limited to 'share/man')
-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" |