diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-07-03 11:30:15 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-07-03 11:30:15 +0000 |
commit | 5ca62157fcee28e57e23a067b1587d754d9a0cf9 (patch) | |
tree | 0aa33e51a6eb4c9327b1cf0460127ab27afc495b /lib/libXaw/man | |
parent | 9f43921a41ec8743591be302cad954879804774e (diff) |
Update libXaw to version 1.0.15
Diffstat (limited to 'lib/libXaw/man')
-rw-r--r-- | lib/libXaw/man/Makefile.am | 2 | ||||
-rw-r--r-- | lib/libXaw/man/Makefile.in | 3 | ||||
-rw-r--r-- | lib/libXaw/man/Xaw.man | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/lib/libXaw/man/Makefile.am b/lib/libXaw/man/Makefile.am index 1d67cb4ec..92adafd96 100644 --- a/lib/libXaw/man/Makefile.am +++ b/lib/libXaw/man/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2005, Oracle and/or its affiliates. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/lib/libXaw/man/Makefile.in b/lib/libXaw/man/Makefile.in index ab6eac5ae..e5b28d53b 100644 --- a/lib/libXaw/man/Makefile.in +++ b/lib/libXaw/man/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2005, Oracle and/or its affiliates. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -149,7 +149,6 @@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CHANGELOG_CMD = @CHANGELOG_CMD@ -CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ diff --git a/lib/libXaw/man/Xaw.man b/lib/libXaw/man/Xaw.man index 55caefe02..dc6537858 100644 --- a/lib/libXaw/man/Xaw.man +++ b/lib/libXaw/man/Xaw.man @@ -123,7 +123,7 @@ Currently the only existing class is \fIxlib\fP, which provides access to the Xlib drawing primitives. .PP \fBFunction-name\fP is the drawing or configuration function to be called, -described bellow. +described below. .PP \fBArguments\fP may be anything suitable to the displayList function being called. When the function requires a coordinate, the syntax is |