]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Move all man pages to section 3bsd
authorGuillem Jover <guillem@hadrons.org>
Mon, 5 Jun 2017 04:43:22 +0000 (06:43 +0200)
committerGuillem Jover <guillem@hadrons.org>
Tue, 6 Jun 2017 02:37:56 +0000 (04:37 +0200)
This should guarantee that even if the system provides or will provide
native implementations of these functions, we will not have file
conflicts.

58 files changed:
COPYING
man/.gitignore
man/Makefile.am
man/arc4random.3bsd [moved from man/arc4random.3 with 100% similarity]
man/arc4random_addrandom.3 [deleted file]
man/arc4random_addrandom.3bsd [new file with mode: 0644]
man/arc4random_buf.3 [deleted file]
man/arc4random_buf.3bsd [new file with mode: 0644]
man/arc4random_stir.3 [deleted file]
man/arc4random_stir.3bsd [new file with mode: 0644]
man/arc4random_uniform.3 [deleted file]
man/arc4random_uniform.3bsd [new file with mode: 0644]
man/bitstring.3bsd [moved from man/bitstring.3 with 100% similarity]
man/closefrom.3bsd [moved from man/closefrom.3 with 100% similarity]
man/dehumanize_number.3 [deleted file]
man/dehumanize_number.3bsd [new file with mode: 0644]
man/expand_number.3bsd [moved from man/expand_number.3 with 99% similarity]
man/explicit_bzero.3bsd [moved from man/explicit_bzero.3 with 100% similarity]
man/fgetln.3bsd [moved from man/fgetln.3 with 99% similarity]
man/fgetwln.3bsd [moved from man/fgetwln.3 with 99% similarity]
man/flopen.3bsd [moved from man/flopen.3 with 100% similarity]
man/fmtcheck.3bsd [moved from man/fmtcheck.3 with 100% similarity]
man/fparseln.3bsd [moved from man/fparseln.3 with 100% similarity]
man/getbsize.3bsd [moved from man/getbsize.3 with 100% similarity]
man/getmode.3 [deleted file]
man/getmode.3bsd [new file with mode: 0644]
man/getpeereid.3bsd [moved from man/getpeereid.3 with 100% similarity]
man/getprogname.3bsd [moved from man/getprogname.3 with 99% similarity]
man/heapsort.3bsd [moved from man/heapsort.3 with 99% similarity]
man/humanize_number.3bsd [moved from man/humanize_number.3 with 100% similarity]
man/mergesort.3 [deleted file]
man/mergesort.3bsd [new file with mode: 0644]
man/nlist.3bsd [moved from man/nlist.3 with 100% similarity]
man/pidfile.3bsd [moved from man/pidfile.3 with 99% similarity]
man/queue.3bsd
man/radixsort.3bsd [moved from man/radixsort.3 with 100% similarity]
man/readpassphrase.3bsd [moved from man/readpassphrase.3 with 100% similarity]
man/reallocarray.3bsd [moved from man/reallocarray.3 with 100% similarity]
man/reallocf.3bsd [moved from man/reallocf.3 with 100% similarity]
man/setmode.3bsd [moved from man/setmode.3 with 100% similarity]
man/setproctitle.3bsd [moved from man/setproctitle.3 with 100% similarity]
man/setprogname.3 [deleted file]
man/setprogname.3bsd [new file with mode: 0644]
man/sradixsort.3 [deleted file]
man/sradixsort.3bsd [new file with mode: 0644]
man/stringlist.3bsd [moved from man/stringlist.3 with 100% similarity]
man/strlcat.3 [deleted file]
man/strlcat.3bsd [new file with mode: 0644]
man/strlcpy.3bsd [moved from man/strlcpy.3 with 100% similarity]
man/strmode.3bsd [moved from man/strmode.3 with 99% similarity]
man/strnstr.3bsd [moved from man/strnstr.3 with 100% similarity]
man/strtonum.3bsd [moved from man/strtonum.3 with 100% similarity]
man/tree.3bsd [moved from man/tree.3 with 99% similarity]
man/unvis.3bsd [moved from man/unvis.3 with 99% similarity]
man/vis.3bsd [moved from man/vis.3 with 99% similarity]
man/wcslcat.3 [deleted file]
man/wcslcat.3bsd [new file with mode: 0644]
man/wcslcpy.3bsd [moved from man/wcslcpy.3 with 97% similarity]

diff --git a/COPYING b/COPYING
index 470416264a8406008e74c464476ab73de21849bf..2e4238346cb29ed83ccf7e68478e0b7728e49852 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -7,8 +7,8 @@ Copyright:
 License: BSD-3-clause
 
 Files:
- man/arc4random.3
- man/tree.3
+ man/arc4random.3bsd
+ man/tree.3bsd
 Copyright:
  Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
  All rights reserved.
@@ -39,7 +39,7 @@ License: BSD-4-clause-Niels-Provos
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Files:
- man/getprogname.3
+ man/getprogname.3bsd
 Copyright:
  Copyright Â© 2001 Christopher G. Demetriou
  All rights reserved.
@@ -92,24 +92,24 @@ Files:
  include/bsd/sys/queue.h
  include/bsd/timeconv.h
  include/bsd/vis.h
- man/bitstring.3
- man/explicit_bzero.3
- man/fgetln.3
- man/fgetwln.3
+ man/bitstring.3bsd
+ man/explicit_bzero.3bsd
+ man/fgetln.3bsd
+ man/fgetwln.3bsd
  man/funopen.3bsd
- man/getbsize.3
- man/heapsort.3
- man/nlist.3
+ man/getbsize.3bsd
+ man/heapsort.3bsd
+ man/nlist.3bsd
  man/queue.3bsd
- man/radixsort.3
- man/reallocarray.3
- man/reallocf.3
- man/setmode.3
- man/strmode.3
- man/strnstr.3
- man/unvis.3
- man/vis.3
- man/wcslcpy.3
+ man/radixsort.3bsd
+ man/reallocarray.3bsd
+ man/reallocf.3bsd
+ man/setmode.3bsd
+ man/strmode.3bsd
+ man/strnstr.3bsd
+ man/unvis.3bsd
+ man/vis.3bsd
+ man/wcslcpy.3bsd
  src/getbsize.c
  src/heapsort.c
  src/merge.c
@@ -207,7 +207,7 @@ License: BSD-3-clause-Peter-Wemm
  SUCH DAMAGE.
 
 Files:
- man/setproctitle.3
+ man/setproctitle.3bsd
 Copyright:
  Copyright Â© 1995 Peter Wemm <peter@FreeBSD.org>
  All rights reserved.
@@ -230,9 +230,9 @@ License: BSD-5-clause-Peter-Wemm
 
 Files:
  include/bsd/stringlist.h
- man/fmtcheck.3
- man/humanize_number.3
- man/stringlist.3
+ man/fmtcheck.3bsd
+ man/humanize_number.3bsd
+ man/stringlist.3bsd
  src/fmtcheck.c
  src/humanize_number.c
  src/stringlist.c
@@ -278,11 +278,11 @@ License: BSD-2-clause-NetBSD
 
 Files:
  include/bsd/sys/endian.h
- man/expand_number.3
- man/closefrom.3
- man/flopen.3
- man/getpeereid.3
- man/pidfile.3
+ man/expand_number.3bsd
+ man/closefrom.3bsd
+ man/flopen.3bsd
+ man/getpeereid.3bsd
+ man/pidfile.3bsd
  src/expand_number.c
  src/hash/sha512.h
  src/hash/sha512c.c
@@ -352,7 +352,7 @@ License: BSD-2-clause-verbatim
 
 Files:
  include/bsd/sys/tree.h
- man/fparseln.3
+ man/fparseln.3bsd
  src/fparseln.c
 Copyright:
  Copyright Â© 1997 Christos Zoulas.
@@ -383,9 +383,9 @@ License: BSD-2-clause-author
 
 Files:
  include/bsd/readpassphrase.h
- man/readpassphrase.3
- man/strlcpy.3
- man/strtonum.3
+ man/readpassphrase.3bsd
+ man/strlcpy.3bsd
+ man/strtonum.3bsd
  src/arc4random.c
  src/arc4random_openbsd.h
  src/arc4random_uniform.c
index ed4f453cb85a30eedbfa438d521c78131a665961..28f8a5b870362aef6fa39d7c3b8202bf1c71c833 100644 (file)
@@ -1,2 +1 @@
-md5.3
 md5.3bsd
index e4d6e4a42a04262ade4e76c12a504e3fa0ac4beb..6fb3f792f52b989dba529da2493b7ca5dc0ed0b0 100644 (file)
@@ -14,50 +14,50 @@ md5.3bsd: $(srcdir)/mdX.3bsd
        $(AM_V_GEN) sed $(SED_MD5_SUBST) $< > $@
 
 dist_man_MANS = \
-       arc4random.3 \
-       arc4random_addrandom.3 \
-       arc4random_buf.3 \
-       arc4random_stir.3 \
-       arc4random_uniform.3 \
-       bitstring.3 \
-       closefrom.3 \
-       dehumanize_number.3 \
-       expand_number.3 \
-       explicit_bzero.3 \
-       fgetln.3 \
-       fgetwln.3 \
-       flopen.3 \
-       fmtcheck.3 \
-       fparseln.3 \
+       arc4random.3bsd \
+       arc4random_addrandom.3bsd \
+       arc4random_buf.3bsd \
+       arc4random_stir.3bsd \
+       arc4random_uniform.3bsd \
+       bitstring.3bsd \
+       closefrom.3bsd \
+       dehumanize_number.3bsd \
+       expand_number.3bsd \
+       explicit_bzero.3bsd \
+       fgetln.3bsd \
+       fgetwln.3bsd \
+       flopen.3bsd \
+       fmtcheck.3bsd \
+       fparseln.3bsd \
        funopen.3bsd \
-       getbsize.3 \
-       getmode.3 \
-       getpeereid.3 \
-       getprogname.3 \
-       heapsort.3 \
-       humanize_number.3 \
+       getbsize.3bsd \
+       getmode.3bsd \
+       getpeereid.3bsd \
+       getprogname.3bsd \
+       heapsort.3bsd \
+       humanize_number.3bsd \
        md5.3bsd \
-       mergesort.3 \
-       nlist.3 \
-       pidfile.3 \
+       mergesort.3bsd \
+       nlist.3bsd \
+       pidfile.3bsd \
        queue.3bsd \
-       radixsort.3 \
-       readpassphrase.3 \
-       reallocarray.3 \
-       reallocf.3 \
-       setmode.3 \
-       setproctitle.3 \
-       setprogname.3 \
-       sradixsort.3 \
-       stringlist.3 \
-       strlcat.3 \
-       strlcpy.3 \
-       strnstr.3 \
-       strmode.3 \
-       strtonum.3 \
-       tree.3 \
-       unvis.3 \
-       vis.3 \
-       wcslcat.3 \
-       wcslcpy.3 \
+       radixsort.3bsd \
+       readpassphrase.3bsd \
+       reallocarray.3bsd \
+       reallocf.3bsd \
+       setmode.3bsd \
+       setproctitle.3bsd \
+       setprogname.3bsd \
+       sradixsort.3bsd \
+       stringlist.3bsd \
+       strlcat.3bsd \
+       strlcpy.3bsd \
+       strnstr.3bsd \
+       strmode.3bsd \
+       strtonum.3bsd \
+       tree.3bsd \
+       unvis.3bsd \
+       vis.3bsd \
+       wcslcat.3bsd \
+       wcslcpy.3bsd \
        $(nil)
similarity index 100%
rename from man/arc4random.3
rename to man/arc4random.3bsd
diff --git a/man/arc4random_addrandom.3 b/man/arc4random_addrandom.3
deleted file mode 100644 (file)
index 74a34ce..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.so man3/arc4random.3
diff --git a/man/arc4random_addrandom.3bsd b/man/arc4random_addrandom.3bsd
new file mode 100644 (file)
index 0000000..edb5192
--- /dev/null
@@ -0,0 +1 @@
+.so man3/arc4random.3bsd
diff --git a/man/arc4random_buf.3 b/man/arc4random_buf.3
deleted file mode 100644 (file)
index 74a34ce..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.so man3/arc4random.3
diff --git a/man/arc4random_buf.3bsd b/man/arc4random_buf.3bsd
new file mode 100644 (file)
index 0000000..edb5192
--- /dev/null
@@ -0,0 +1 @@
+.so man3/arc4random.3bsd
diff --git a/man/arc4random_stir.3 b/man/arc4random_stir.3
deleted file mode 100644 (file)
index 74a34ce..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.so man3/arc4random.3
diff --git a/man/arc4random_stir.3bsd b/man/arc4random_stir.3bsd
new file mode 100644 (file)
index 0000000..edb5192
--- /dev/null
@@ -0,0 +1 @@
+.so man3/arc4random.3bsd
diff --git a/man/arc4random_uniform.3 b/man/arc4random_uniform.3
deleted file mode 100644 (file)
index 74a34ce..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.so man3/arc4random.3
diff --git a/man/arc4random_uniform.3bsd b/man/arc4random_uniform.3bsd
new file mode 100644 (file)
index 0000000..edb5192
--- /dev/null
@@ -0,0 +1 @@
+.so man3/arc4random.3bsd
similarity index 100%
rename from man/bitstring.3
rename to man/bitstring.3bsd
similarity index 100%
rename from man/closefrom.3
rename to man/closefrom.3bsd
diff --git a/man/dehumanize_number.3 b/man/dehumanize_number.3
deleted file mode 100644 (file)
index 7f5dcf3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.so man3/humanize_number.3
diff --git a/man/dehumanize_number.3bsd b/man/dehumanize_number.3bsd
new file mode 100644 (file)
index 0000000..6118ff8
--- /dev/null
@@ -0,0 +1 @@
+.so man3/humanize_number.3bsd
similarity index 99%
rename from man/expand_number.3
rename to man/expand_number.3bsd
index 482637d8e7837ed0467ce37e84de5372adc1f495..b97f5e5d020aa26701b2ca66cf2c741083d061ed 100644 (file)
@@ -79,7 +79,7 @@ An unrecognized prefix was given.
 Result doesn't fit into 64 bits.
 .El
 .Sh SEE ALSO
-.Xr humanize_number 3
+.Xr humanize_number 3bsd
 .Sh HISTORY
 The
 .Fn expand_number
similarity index 100%
rename from man/explicit_bzero.3
rename to man/explicit_bzero.3bsd
similarity index 99%
rename from man/fgetln.3
rename to man/fgetln.3bsd
index 7dd3fc810c7ec2a2feebc57ec106f97346f466e2..cc7b735957c9fa5f2bd728ee824fc09d5996aec5 100644 (file)
@@ -115,7 +115,7 @@ or
 .Sh SEE ALSO
 .Xr ferror 3 ,
 .Xr fgets 3 ,
-.Xr fgetwln 3 ,
+.Xr fgetwln 3bsd ,
 .Xr fopen 3 ,
 .Xr putc 3
 .Sh HISTORY
similarity index 99%
rename from man/fgetwln.3
rename to man/fgetwln.3bsd
index 0372d218c8ee96142484f2ed5da4615c8f7559ac..7557d5271d2b7fa1d02953615c3c73af3f1da343 100644 (file)
@@ -112,6 +112,6 @@ or
 .Xr read 2 .
 .Sh SEE ALSO
 .Xr ferror 3 ,
-.Xr fgetln 3 ,
+.Xr fgetln 3bsd ,
 .Xr fgetws 3 ,
 .Xr fopen 3
similarity index 100%
rename from man/flopen.3
rename to man/flopen.3bsd
similarity index 100%
rename from man/fmtcheck.3
rename to man/fmtcheck.3bsd
similarity index 100%
rename from man/fparseln.3
rename to man/fparseln.3bsd
similarity index 100%
rename from man/getbsize.3
rename to man/getbsize.3bsd
diff --git a/man/getmode.3 b/man/getmode.3
deleted file mode 100644 (file)
index 63315e7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.so man3/setmode.3
diff --git a/man/getmode.3bsd b/man/getmode.3bsd
new file mode 100644 (file)
index 0000000..f5877b2
--- /dev/null
@@ -0,0 +1 @@
+.so man3/setmode.3bsd
similarity index 100%
rename from man/getpeereid.3
rename to man/getpeereid.3bsd
similarity index 99%
rename from man/getprogname.3
rename to man/getprogname.3bsd
index e83334f5607122d757518e3d9d3815267f939754..fe32efb7ea847a2e34397e1f82cf1c9682bb6595 100644 (file)
@@ -87,7 +87,7 @@ allows the aforementioned library to learn the program name without
 modifications to the start-up code.
 .Sh SEE ALSO
 .Xr err 3 ,
-.Xr setproctitle 3
+.Xr setproctitle 3bsd
 .Sh HISTORY
 These functions first appeared in
 .Nx 1.6 ,
similarity index 99%
rename from man/heapsort.3
rename to man/heapsort.3bsd
index 4261c84a65aac6b693146d78550f3500ca57853c..eefe157b8ecc876af2d468816a02cfd9f0a08ded 100644 (file)
@@ -174,7 +174,7 @@ were unable to allocate memory.
 .El
 .Sh SEE ALSO
 .Xr sort 1 ,
-.Xr radixsort 3
+.Xr radixsort 3bsd
 .Rs
 .%A Williams, J.W.J
 .%D 1964
diff --git a/man/mergesort.3 b/man/mergesort.3
deleted file mode 100644 (file)
index c1979c3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.so man3/heapsort.3
diff --git a/man/mergesort.3bsd b/man/mergesort.3bsd
new file mode 100644 (file)
index 0000000..bb6a7b3
--- /dev/null
@@ -0,0 +1 @@
+.so man3/heapsort.3bsd
similarity index 100%
rename from man/nlist.3
rename to man/nlist.3bsd
similarity index 99%
rename from man/pidfile.3
rename to man/pidfile.3bsd
index e7eaf3f99caa9b43b5711d98af0ad38b34cffdd0..91596dc3a744aca2e302f0074ba851b167cd0dbd 100644 (file)
@@ -51,7 +51,7 @@ The
 .Nm pidfile
 family of functions allows daemons to handle PID files.
 It uses
-.Xr flopen 3
+.Xr flopen 3bsd
 to lock a pidfile and detect already running daemons.
 .Pp
 The
@@ -237,12 +237,12 @@ for any errors specified for the
 and
 .Xr unlink 2
 system calls and the
-.Xr flopen 3
+.Xr flopen 3bsd
 library function.
 .Sh SEE ALSO
 .Xr open 2 ,
 .Xr daemon 3 ,
-.Xr flopen 3
+.Xr flopen 3bsd
 .Sh AUTHORS
 .An -nosplit
 The
index bea33d05b70ae65a1cec168b5bcf83e6eef315e8..7a5ed95e6c1c11b00dc71354a1f99ac2addfbcc5 100644 (file)
@@ -1204,7 +1204,7 @@ while (n1 != NULL) {
 TAILQ_INIT(&head);
 .Ed
 .Sh SEE ALSO
-.Xr tree 3
+.Xr tree 3bsd
 .Sh HISTORY
 The
 .Nm queue
similarity index 100%
rename from man/radixsort.3
rename to man/radixsort.3bsd
similarity index 100%
rename from man/readpassphrase.3
rename to man/readpassphrase.3bsd
similarity index 100%
rename from man/reallocarray.3
rename to man/reallocarray.3bsd
similarity index 100%
rename from man/reallocf.3
rename to man/reallocf.3bsd
similarity index 100%
rename from man/setmode.3
rename to man/setmode.3bsd
similarity index 100%
rename from man/setproctitle.3
rename to man/setproctitle.3bsd
diff --git a/man/setprogname.3 b/man/setprogname.3
deleted file mode 100644 (file)
index 66c00cf..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.so man3/getprogname.3
diff --git a/man/setprogname.3bsd b/man/setprogname.3bsd
new file mode 100644 (file)
index 0000000..954beae
--- /dev/null
@@ -0,0 +1 @@
+.so man3/getprogname.3bsd
diff --git a/man/sradixsort.3 b/man/sradixsort.3
deleted file mode 100644 (file)
index 86a95a3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.so man3/radixsort.3
diff --git a/man/sradixsort.3bsd b/man/sradixsort.3bsd
new file mode 100644 (file)
index 0000000..b2ad314
--- /dev/null
@@ -0,0 +1 @@
+.so man3/radixsort.3bsd
similarity index 100%
rename from man/stringlist.3
rename to man/stringlist.3bsd
diff --git a/man/strlcat.3 b/man/strlcat.3
deleted file mode 100644 (file)
index d968886..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.so man3/strlcpy.3
diff --git a/man/strlcat.3bsd b/man/strlcat.3bsd
new file mode 100644 (file)
index 0000000..ef7f0ea
--- /dev/null
@@ -0,0 +1 @@
+.so man3/strlcpy.3bsd
similarity index 100%
rename from man/strlcpy.3
rename to man/strlcpy.3bsd
similarity index 99%
rename from man/strmode.3
rename to man/strmode.3bsd
index 70264c06f1567323c69a869f3082c55b06da70bf..b505537f6057dbed9e71b0b9f550e50adffd096b 100644 (file)
@@ -136,8 +136,8 @@ it will be a space.
 .Xr chmod 1 ,
 .Xr find 1 ,
 .Xr stat 2 ,
-.Xr getmode 3 ,
-.Xr setmode 3
+.Xr getmode 3bsd ,
+.Xr setmode 3bsd
 .Sh HISTORY
 The
 .Fn strmode
similarity index 100%
rename from man/strnstr.3
rename to man/strnstr.3bsd
similarity index 100%
rename from man/strtonum.3
rename to man/strtonum.3bsd
similarity index 99%
rename from man/tree.3
rename to man/tree.3bsd
index 07cf0aa1cf80686efdb8f5e0518602c88f948bdd..643b0ee7b2bad6a4c4d22b557f41a968e4e13755 100644 (file)
@@ -498,7 +498,7 @@ return the pointer to the removed element otherwise they return
 .Dv NULL
 to indicate an error.
 .Sh SEE ALSO
-.Xr queue 3
+.Xr queue 3bsd
 .Sh AUTHORS
 The author of the tree macros is
 .An Niels Provos .
similarity index 99%
rename from man/unvis.3
rename to man/unvis.3bsd
index 5e01f889f5f1116bac9099170f54e9f3c6d5a0b2..5ff42feed939a14a44a2f8a7e3bf4c198fb53227 100644 (file)
@@ -54,7 +54,7 @@ and
 .Fn strnunvis
 functions are used to decode a visual representation of characters,
 as produced by the
-.Xr vis 3
+.Xr vis 3bsd
 function, back into the original form.
 .Fn unvis
 is called with successive characters in
@@ -190,7 +190,7 @@ if (unvis(&out, (char)0, &state, UNVIS_END) == UNVIS_VALID)
 .Sh SEE ALSO
 .Xr unvis 1 ,
 .Xr vis 1 ,
-.Xr vis 3
+.Xr vis 3bsd
 .Sh HISTORY
 The
 .Fn unvis
similarity index 99%
rename from man/vis.3
rename to man/vis.3bsd
index 65548f013892732cd6353c600cf01a0e9f195334..cf2cd983a5e801ccb57f728ab17b27faf7072748 100644 (file)
--- a/man/vis.3
@@ -151,9 +151,9 @@ must not be used without checking it against
 The encoding is a unique, invertible representation composed entirely of
 graphic characters; it can be decoded back into the original form using
 the
-.Xr unvis 3
+.Xr unvis 3bsd
 or
-.Xr strunvis 3
+.Xr strunvis 3bsd
 functions.
 .Pp
 There are two parameters that can be controlled: the range of
@@ -305,8 +305,8 @@ ambiguous and non-invertible.
 .Xr unvis 1 ,
 .Xr vis 1 ,
 .Xr snprintf 3 ,
-.Xr strlcpy 3 ,
-.Xr unvis 3
+.Xr strlcpy 3bsd ,
+.Xr unvis 3bsd
 .Sh HISTORY
 The
 .Fn vis ,
diff --git a/man/wcslcat.3 b/man/wcslcat.3
deleted file mode 100644 (file)
index 15cde50..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.so man3/wcslcpy.3
diff --git a/man/wcslcat.3bsd b/man/wcslcat.3bsd
new file mode 100644 (file)
index 0000000..92ff4ff
--- /dev/null
@@ -0,0 +1 @@
+.so man3/wcslcpy.3bsd
similarity index 97%
rename from man/wcslcpy.3
rename to man/wcslcpy.3bsd
index 64cbe7316992bb7d1917bf94a387dfaee591ceb1..0d6011b0dcd97a190afd378297caedb9cda64f3f 100644 (file)
@@ -56,10 +56,10 @@ The functions implement string manipulation operations over wide character
 strings.
 For a detailed description, refer to documents for the respective single-byte
 counterpart, such as
-.Xr strlcpy 3 .
+.Xr strlcpy 3bsd .
 .Sh SEE ALSO
-.Xr strlcat 3 ,
-.Xr strlcpy 3 ,
+.Xr strlcat 3bsd ,
+.Xr strlcpy 3bsd .
 .Sh STANDARDS
 .Fn wcslcat
 and