diff options
author | 2017-05-30 17:50:08 +0000 | |
---|---|---|
committer | 2017-05-30 17:50:08 +0000 | |
commit | 7fcfbcc9bd78ab25dae4292710af3409d1736353 (patch) | |
tree | b39bd9488a36dd516ee802acd02f8fb1923a0803 /share/man/man7 | |
parent | FPU context save/restore for SVM in vmm(4), matches a previous diff (diff) | |
download | wireguard-openbsd-7fcfbcc9bd78ab25dae4292710af3409d1736353.tar.xz wireguard-openbsd-7fcfbcc9bd78ab25dae4292710af3409d1736353.zip |
various mdoc(7) fixes, triggered by a smaller diff from Michael Reed on tech@
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/airport.7 | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/share/man/man7/airport.7 b/share/man/man7/airport.7 index 9ed957a9578..57d374a92e9 100644 --- a/share/man/man7/airport.7 +++ b/share/man/man7/airport.7 @@ -1,6 +1,5 @@ -.\" $OpenBSD: airport.7,v 1.1 2017/05/28 19:26:33 benno Exp $ +.\" $OpenBSD: airport.7,v 1.2 2017/05/30 17:50:08 schwarze Exp $ .\" - .\" Copyright (c) 2017 Sebastian Benoit. .\" All rights reserved. .\" @@ -24,12 +23,12 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 28 2017 $ +.Dd $Mdocdate: May 30 2017 $ .Dt AIRPORT 7 .Os .Sh NAME .Nm airport -.Nd List of IATA airport codes +.Nd list of IATA airport codes .Sh DESCRIPTION The .Nm @@ -40,14 +39,13 @@ The list is not a complete list of all IATA codes. New airports can only be added by .Ox developers who have visited an airport and thereby have verified its existence. -.Sh CAVEATS -There are also railway stations with IATA codes. -These may not be listed, except if someone landed there by plane and -survived to update the file. -.Sh STANDARDS -.Lk http://www.iata.org/codes -.%T Airline and Airport Code Search .Sh FILES .Bl -tag -width /usr/share/misc/airport -compact .It Pa /usr/share/misc/airport .El +.Sh SEE ALSO +.Lk http://www.iata.org/codes "Airline and Airport Code Search" +.Sh CAVEATS +There are also railway stations with IATA codes. +These may not be listed, except if someone landed there by plane and +survived to update the file. |