View | Details | Raw Unified | Return to bug 191174 | Differences between
and this patch

Collapse All | Expand All

(-)b/lib/libbluetooth/bluetooth.3 (-1 / +1 lines)
Lines 720-726 The function guarantees that the socket, Link Here
720
passed to the callback function,
720
passed to the callback function,
721
will be bound and connected to the Bluetooth device being enumerated.
721
will be bound and connected to the Bluetooth device being enumerated.
722
.Sh AUTHORS
722
.Sh AUTHORS
723
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
723
.An Maksim Yevmenkin Aq Mt m_evmenkin@yahoo.com
724
.Sh BUGS
724
.Sh BUGS
725
Some of those functions use static data storage;
725
Some of those functions use static data storage;
726
if the data is needed for future use, it should be
726
if the data is needed for future use, it should be
(-)b/lib/libcalendar/calendar.3 (-1 / +1 lines)
Lines 198-203 library first appeared in Link Here
198
.Fx 3.0 .
198
.Fx 3.0 .
199
.Sh AUTHORS
199
.Sh AUTHORS
200
This manual page and the library was written by
200
This manual page and the library was written by
201
.An Wolfgang Helbig Aq helbig@FreeBSD.org .
201
.An Wolfgang Helbig Aq Mt helbig@FreeBSD.org .
202
.Sh BUGS
202
.Sh BUGS
203
The library was coded with great care so there are no bugs left.
203
The library was coded with great care so there are no bugs left.
(-)b/lib/libcam/cam.3 (-1 / +1 lines)
Lines 406-412 characters long. Link Here
406
The CAM library first appeared in
406
The CAM library first appeared in
407
.Fx 3.0 .
407
.Fx 3.0 .
408
.Sh AUTHORS
408
.Sh AUTHORS
409
.An Kenneth Merry Aq ken@FreeBSD.org
409
.An Kenneth Merry Aq Mt ken@FreeBSD.org
410
.Sh BUGS
410
.Sh BUGS
411
.Fn cam_open_device
411
.Fn cam_open_device
412
does not check to see if the
412
does not check to see if the
(-)b/lib/libcapsicum/libcapsicum.3 (-1 / +1 lines)
Lines 284-288 printf("Name associated with %s is %s.\\n", ipstr, hp->h_name); Link Here
284
The
284
The
285
.Nm libcapsicum
285
.Nm libcapsicum
286
library was implemented by
286
library was implemented by
287
.An Pawel Jakub Dawidek Aq pawel@dawidek.net
287
.An Pawel Jakub Dawidek Aq Mt pawel@dawidek.net
288
under sponsorship from the FreeBSD Foundation.
288
under sponsorship from the FreeBSD Foundation.
(-)b/lib/libcrypt/crypt.3 (-1 / +1 lines)
Lines 283-289 libcrypt encryption library. Link Here
283
.Sh AUTHORS
283
.Sh AUTHORS
284
.An -nosplit
284
.An -nosplit
285
Originally written by
285
Originally written by
286
.An David Burren Aq davidb@werj.com.au ,
286
.An David Burren Aq Mt davidb@werj.com.au ,
287
later additions and changes by
287
later additions and changes by
288
.An Poul-Henning Kamp ,
288
.An Poul-Henning Kamp ,
289
.An Mark R V Murray ,
289
.An Mark R V Murray ,
(-)b/lib/libdevinfo/devinfo.3 (-1 / +1 lines)
Lines 238-244 The Link Here
238
library first appeared in
238
library first appeared in
239
.Fx 5.0 .
239
.Fx 5.0 .
240
.Sh AUTHORS
240
.Sh AUTHORS
241
.An Michael Smith Aq msmith@FreeBSD.org
241
.An Michael Smith Aq Mt msmith@FreeBSD.org
242
.Sh BUGS
242
.Sh BUGS
243
This is the first implementation of the library,
243
This is the first implementation of the library,
244
and the interface is still subject to refinement.
244
and the interface is still subject to refinement.
(-)b/lib/libdevstat/devstat.3 (-1 / +1 lines)
Lines 797-803 The new interface (the functions prefixed with Link Here
797
first appeared in
797
first appeared in
798
.Fx 5.0 .
798
.Fx 5.0 .
799
.Sh AUTHORS
799
.Sh AUTHORS
800
.An Kenneth Merry Aq ken@FreeBSD.org
800
.An Kenneth Merry Aq Mt ken@FreeBSD.org
801
.Sh BUGS
801
.Sh BUGS
802
There should probably be an interface to de-allocate memory allocated by
802
There should probably be an interface to de-allocate memory allocated by
803
.Fn devstat_getdevs ,
803
.Fn devstat_getdevs ,
(-)b/lib/libefi/libefi.3 (-1 / +1 lines)
Lines 140-143 for the ia64 architecture. Link Here
140
The
140
The
141
.Nm libefi
141
.Nm libefi
142
library and this manual page were written by
142
library and this manual page were written by
143
.An Marcel Moolenaar Aq marcel@FreeBSD.org .
143
.An Marcel Moolenaar Aq Mt marcel@FreeBSD.org .
(-)b/lib/libexpat/libbsdxml.3 (-2 / +2 lines)
Lines 59-69 For full documentation, please see the eXpat webpage at Link Here
59
.Sh AUTHORS
59
.Sh AUTHORS
60
.An -nosplit
60
.An -nosplit
61
The original eXpat was written by
61
The original eXpat was written by
62
.An James Clark Aq jjc@jclark.com .
62
.An James Clark Aq Mt jjc@jclark.com .
63
.Pp
63
.Pp
64
Subsequently eXpat maintenance and development been taken up by a group
64
Subsequently eXpat maintenance and development been taken up by a group
65
of people under the leadership of
65
of people under the leadership of
66
.An Fred Drake Aq fdrake@acm.com ,
66
.An Fred Drake Aq Mt fdrake@acm.com ,
67
.An Paul Prescod ,
67
.An Paul Prescod ,
68
and
68
and
69
.An Clark Cooper .
69
.An Clark Cooper .
(-)b/lib/libgeom/libgeom.3 (-3 / +3 lines)
Lines 388-393 The Link Here
388
library appeared in
388
library appeared in
389
.Fx 5.1 .
389
.Fx 5.1 .
390
.Sh AUTHORS
390
.Sh AUTHORS
391
.An Poul-Henning Kamp Aq phk@FreeBSD.org
391
.An Poul-Henning Kamp Aq Mt phk@FreeBSD.org
392
.An Lukas Ertl Aq le@FreeBSD.org
392
.An Lukas Ertl Aq Mt le@FreeBSD.org
393
.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org
393
.An Pawel Jakub Dawidek Aq Mt pjd@FreeBSD.org
(-)b/lib/libgssapi/mech.5 (-1 / +1 lines)
Lines 98-101 manual page first appeared in Link Here
98
.Sh AUTHORS
98
.Sh AUTHORS
99
This
99
This
100
manual page was written by
100
manual page was written by
101
.An Doug Rabson Aq dfr@FreeBSD.org .
101
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/libmd/mdX.3 (-1 / +1 lines)
Lines 178-184 The original MDX routines were developed by Link Here
178
.Tn RSA
178
.Tn RSA
179
Data Security, Inc., and published in the above references.
179
Data Security, Inc., and published in the above references.
180
This code is derived directly from these implementations by
180
This code is derived directly from these implementations by
181
.An Poul-Henning Kamp Aq phk@FreeBSD.org
181
.An Poul-Henning Kamp Aq Mt phk@FreeBSD.org .
182
.Pp
182
.Pp
183
Phk ristede runen.
183
Phk ristede runen.
184
.Sh BUGS
184
.Sh BUGS
(-)b/lib/libmemstat/libmemstat.3 (-1 / +1 lines)
Lines 484-490 library appeared in Link Here
484
.Sh AUTHORS
484
.Sh AUTHORS
485
The kernel memory allocator changes necessary to support a general purpose
485
The kernel memory allocator changes necessary to support a general purpose
486
monitoring library, along with the library, were written by
486
monitoring library, along with the library, were written by
487
.An Robert Watson Aq rwatson@FreeBSD.org .
487
.An Robert Watson Aq Mt rwatson@FreeBSD.org .
488
.Sh BUGS
488
.Sh BUGS
489
There are memory allocators in the kernel, such as the VM page allocator
489
There are memory allocators in the kernel, such as the VM page allocator
490
and
490
and
(-)b/lib/libnetgraph/netgraph.3 (-1 / +1 lines)
Lines 395-398 a version of Link Here
395
.Fx 2.2
395
.Fx 2.2
396
customized for the Whistle InterJet.
396
customized for the Whistle InterJet.
397
.Sh AUTHORS
397
.Sh AUTHORS
398
.An "Archie Cobbs" Aq archie@FreeBSD.org
398
.An Archie Cobbs Aq Mt archie@FreeBSD.org
(-)b/lib/libnv/nv.3 (-1 / +1 lines)
Lines 600-604 library appeared in Link Here
600
The
600
The
601
.Nm libnv
601
.Nm libnv
602
library was implemented by
602
library was implemented by
603
.An Pawel Jakub Dawidek Aq pawel@dawidek.net
603
.An Pawel Jakub Dawidek Aq Mt pawel@dawidek.net
604
under sponsorship from the FreeBSD Foundation.
604
under sponsorship from the FreeBSD Foundation.
(-)b/lib/libpam/modules/pam_passwdqc/pam_passwdqc.8 (-1 / +1 lines)
Lines 257-263 is that the former is incompatible with Link Here
257
The
257
The
258
.Nm
258
.Nm
259
module was written by
259
module was written by
260
.An Solar Designer Aq solar@openwall.com .
260
.An Solar Designer Aq Mt solar@openwall.com .
261
This manual page, derived from the author's documentation, was written
261
This manual page, derived from the author's documentation, was written
262
for the
262
for the
263
.Fx
263
.Fx
(-)b/lib/libpam/modules/pam_radius/pam_radius.8 (-2 / +2 lines)
Lines 126-134 manual page first appeared in Link Here
126
The
126
The
127
.Nm
127
.Nm
128
manual page was written by
128
manual page was written by
129
.An Andrzej Bialecki Aq abial@FreeBSD.org .
129
.An Andrzej Bialecki Aq Mt abial@FreeBSD.org .
130
.Pp
130
.Pp
131
The
131
The
132
.Nm
132
.Nm
133
module was written by
133
module was written by
134
.An John D. Polstra Aq jdp@FreeBSD.org .
134
.An John D. Polstra Aq Mt jdp@FreeBSD.org .
(-)b/lib/libpam/modules/pam_ssh/pam_ssh.8 (-2 / +2 lines)
Lines 147-153 The Link Here
147
.Nm
147
.Nm
148
module was originally written by
148
module was originally written by
149
.An -nosplit
149
.An -nosplit
150
.An "Andrew J. Korty" Aq ajk@iu.edu .
150
.An Andrew J. Korty Aq Mt ajk@iu.edu .
151
The current implementation was developed for the
151
The current implementation was developed for the
152
.Fx
152
.Fx
153
Project by
153
Project by
Lines 156-159 Associates, Inc.\& under DARPA/SPAWAR contract N66001-01-C-8035 Link Here
156
.Pq Dq CBOSS ,
156
.Pq Dq CBOSS ,
157
as part of the DARPA CHATS research program.
157
as part of the DARPA CHATS research program.
158
This manual page was written by
158
This manual page was written by
159
.An "Mark R V Murray" Aq markm@FreeBSD.org .
159
.An Mark R V Murray Aq Mt markm@FreeBSD.org .
(-)b/lib/libpam/modules/pam_tacplus/pam_tacplus.8 (-3 / +3 lines)
Lines 116-126 module first appeared in Link Here
116
The
116
The
117
.Nm
117
.Nm
118
manual page was written by
118
manual page was written by
119
.An Andrzej Bialecki Aq abial@FreeBSD.org
119
.An Andrzej Bialecki Aq Mt abial@FreeBSD.org
120
and adapted to TACACS+ from RADIUS by
120
and adapted to TACACS+ from RADIUS by
121
.An Mark R V Murray Aq markm@FreeBSD.org .
121
.An Mark R V Murray Aq Mt markm@FreeBSD.org .
122
.Pp
122
.Pp
123
The
123
The
124
.Nm
124
.Nm
125
module was written by
125
module was written by
126
.An John D. Polstra Aq jdp@FreeBSD.org .
126
.An John D. Polstra Aq Mt jdp@FreeBSD.org .
(-)b/lib/libpmc/pmc.3 (-2 / +1 lines)
Lines 546-550 library first appeared in Link Here
546
The
546
The
547
.Lb libpmc
547
.Lb libpmc
548
library was written by
548
library was written by
549
.An "Joseph Koshy"
549
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
550
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.atom.3 (-2 / +1 lines)
Lines 1191-1195 library first appeared in Link Here
1191
The
1191
The
1192
.Lb libpmc
1192
.Lb libpmc
1193
library was written by
1193
library was written by
1194
.An "Joseph Koshy"
1194
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
1195
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.atomsilvermont.3 (-4 / +3 lines)
Lines 524-535 The Link Here
524
library first appeared in
524
library first appeared in
525
.Fx 6.0 .
525
.Fx 6.0 .
526
.Sh AUTHORS
526
.Sh AUTHORS
527
.An -nosplit
527
The
528
The
528
.Lb libpmc
529
.Lb libpmc
529
library was written by
530
library was written by
530
.An "Joseph Koshy"
531
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
531
.Aq jkoshy@FreeBSD.org .
532
The support for the Atom Silvermont
532
The support for the Atom Silvermont
533
microarchitecture was written by
533
microarchitecture was written by
534
.An "Hiren Panchasara"
534
.An Hiren Panchasara Aq Mt hiren@FreeBSD.org .
535
.Aq hiren@FreeBSD.org .
(-)b/lib/libpmc/pmc.core.3 (-2 / +1 lines)
Lines 805-809 library first appeared in Link Here
805
The
805
The
806
.Lb libpmc
806
.Lb libpmc
807
library was written by
807
library was written by
808
.An "Joseph Koshy"
808
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
809
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.core2.3 (-2 / +1 lines)
Lines 1121-1125 library first appeared in Link Here
1121
The
1121
The
1122
.Lb libpmc
1122
.Lb libpmc
1123
library was written by
1123
library was written by
1124
.An "Joseph Koshy"
1124
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
1125
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.corei7.3 (-2 / +1 lines)
Lines 1573-1577 library first appeared in Link Here
1573
The
1573
The
1574
.Lb libpmc
1574
.Lb libpmc
1575
library was written by
1575
library was written by
1576
.An "Joseph Koshy"
1576
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
1577
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.corei7uc.3 (-2 / +1 lines)
Lines 877-881 library first appeared in Link Here
877
The
877
The
878
.Lb libpmc
878
.Lb libpmc
879
library was written by
879
library was written by
880
.An "Joseph Koshy"
880
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
881
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.haswell.3 (-4 / +3 lines)
Lines 964-975 The Link Here
964
library first appeared in
964
library first appeared in
965
.Fx 6.0 .
965
.Fx 6.0 .
966
.Sh AUTHORS
966
.Sh AUTHORS
967
.An -nosplit
967
The
968
The
968
.Lb libpmc
969
.Lb libpmc
969
library was written by
970
library was written by
970
.An "Joseph Koshy"
971
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
971
.Aq jkoshy@FreeBSD.org .
972
The support for the Haswell
972
The support for the Haswell
973
microarchitecture was written by
973
microarchitecture was written by
974
.An "Hiren Panchasara"
974
.An Hiren Panchasara Aq Mt hiren.panchasara@gmail.com .
975
.Aq hiren.panchasara@gmail.com .
(-)b/lib/libpmc/pmc.haswelluc.3 (-4 / +3 lines)
Lines 226-237 The Link Here
226
library first appeared in
226
library first appeared in
227
.Fx 6.0 .
227
.Fx 6.0 .
228
.Sh AUTHORS
228
.Sh AUTHORS
229
.An -nosplit
229
The
230
The
230
.Lb libpmc
231
.Lb libpmc
231
library was written by
232
library was written by
232
.An "Joseph Koshy"
233
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
233
.Aq jkoshy@FreeBSD.org .
234
The support for the Haswell
234
The support for the Haswell
235
microarchitecture was added by
235
microarchitecture was added by
236
.An "Hiren Panchasara"
236
.An Hiren Panchasara Aq Mt hiren.panchasara@gmail.com .
237
.Aq hiren.panchasara@gmail.com .
(-)b/lib/libpmc/pmc.iaf.3 (-2 / +1 lines)
Lines 146-150 library first appeared in Link Here
146
The
146
The
147
.Lb libpmc
147
.Lb libpmc
148
library was written by
148
library was written by
149
.An "Joseph Koshy"
149
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
150
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.ivybridge.3 (-4 / +3 lines)
Lines 870-881 The Link Here
870
library first appeared in
870
library first appeared in
871
.Fx 6.0 .
871
.Fx 6.0 .
872
.Sh AUTHORS
872
.Sh AUTHORS
873
.An -nosplit
873
The
874
The
874
.Lb libpmc
875
.Lb libpmc
875
library was written by
876
library was written by
876
.An "Joseph Koshy"
877
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
877
.Aq jkoshy@FreeBSD.org .
878
The support for the Ivy Bridge
878
The support for the Ivy Bridge
879
microarchitecture was written by
879
microarchitecture was written by
880
.An "Fabien Thomas"
880
.An Fabien Thomas Aq Mt fabient@FreeBSD.org .
881
.Aq fabient@FreeBSD.org .
(-)b/lib/libpmc/pmc.ivybridgexeon.3 (-4 / +3 lines)
Lines 900-911 The Link Here
900
library first appeared in
900
library first appeared in
901
.Fx 6.0 .
901
.Fx 6.0 .
902
.Sh AUTHORS
902
.Sh AUTHORS
903
.An -nosplit
903
The
904
The
904
.Lb libpmc
905
.Lb libpmc
905
library was written by
906
library was written by
906
.An "Joseph Koshy"
907
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
907
.Aq jkoshy@FreeBSD.org .
908
The support for the Ivy Bridge Xeon
908
The support for the Ivy Bridge Xeon
909
microarchitecture was written by
909
microarchitecture was written by
910
.An "Hiren Panchasara"
910
.An Hiren Panchasara Aq Mt hiren.panchasara@gmail.com .
911
.Aq hiren.panchasara@gmail.com .
(-)b/lib/libpmc/pmc.k7.3 (-2 / +1 lines)
Lines 262-266 library first appeared in Link Here
262
The
262
The
263
.Lb libpmc
263
.Lb libpmc
264
library was written by
264
library was written by
265
.An "Joseph Koshy"
265
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
266
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.k8.3 (-2 / +1 lines)
Lines 796-800 library first appeared in Link Here
796
The
796
The
797
.Lb libpmc
797
.Lb libpmc
798
library was written by
798
library was written by
799
.An "Joseph Koshy"
799
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
800
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.mips24k.3 (-4 / +3 lines)
Lines 403-413 The Link Here
403
library first appeared in
403
library first appeared in
404
.Fx 6.0 .
404
.Fx 6.0 .
405
.Sh AUTHORS
405
.Sh AUTHORS
406
.An -nosplit
406
The
407
The
407
.Lb libpmc
408
.Lb libpmc
408
library was written by
409
library was written by
409
.An "Joseph Koshy"
410
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
410
.Aq jkoshy@FreeBSD.org .
411
MIPS support was added by
411
MIPS support was added by
412
.An "George Neville-Neil"
412
.An George Neville-Neil Aq Mt gnn@FreeBSD.org .
413
.Aq gnn@FreeBSD.org .
(-)b/lib/libpmc/pmc.octeon.3 (-4 / +3 lines)
Lines 243-253 The Link Here
243
library first appeared in
243
library first appeared in
244
.Fx 6.0 .
244
.Fx 6.0 .
245
.Sh AUTHORS
245
.Sh AUTHORS
246
.An -nosplit
246
The
247
The
247
.Lb libpmc
248
.Lb libpmc
248
library was written by
249
library was written by
249
.An "Joseph Koshy"
250
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
250
.Aq jkoshy@FreeBSD.org .
251
MIPS support was added by
251
MIPS support was added by
252
.An "George Neville-Neil"
252
.An George Neville-Neil Aq Mt gnn@FreeBSD.org .
253
.Aq gnn@FreeBSD.org .
(-)b/lib/libpmc/pmc.p4.3 (-2 / +1 lines)
Lines 1221-1225 library first appeared in Link Here
1221
The
1221
The
1222
.Lb libpmc
1222
.Lb libpmc
1223
library was written by
1223
library was written by
1224
.An "Joseph Koshy"
1224
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
1225
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.p5.3 (-2 / +1 lines)
Lines 457-461 library first appeared in Link Here
457
The
457
The
458
.Lb libpmc
458
.Lb libpmc
459
library was written by
459
library was written by
460
.An "Joseph Koshy"
460
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
461
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.p6.3 (-2 / +1 lines)
Lines 1023-1027 library first appeared in Link Here
1023
The
1023
The
1024
.Lb libpmc
1024
.Lb libpmc
1025
library was written by
1025
library was written by
1026
.An "Joseph Koshy"
1026
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
1027
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.sandybridge.3 (-4 / +3 lines)
Lines 949-960 The Link Here
949
library first appeared in
949
library first appeared in
950
.Fx 6.0 .
950
.Fx 6.0 .
951
.Sh AUTHORS
951
.Sh AUTHORS
952
.An -nosplit
952
The
953
The
953
.Lb libpmc
954
.Lb libpmc
954
library was written by
955
library was written by
955
.An "Joseph Koshy"
956
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
956
.Aq jkoshy@FreeBSD.org.
957
The support for the Sandy Bridge
957
The support for the Sandy Bridge
958
microarchitecture was written by
958
microarchitecture was written by
959
.An "Davide Italiano"
959
.An Davide Italiano Aq Mt davide@FreeBSD.org .
960
.Aq davide@FreeBSD.org .
(-)b/lib/libpmc/pmc.sandybridgeuc.3 (-4 / +3 lines)
Lines 223-234 The Link Here
223
library first appeared in
223
library first appeared in
224
.Fx 6.0 .
224
.Fx 6.0 .
225
.Sh AUTHORS
225
.Sh AUTHORS
226
.An -nosplit
226
The
227
The
227
.Lb libpmc
228
.Lb libpmc
228
library was written by
229
library was written by
229
.An "Joseph Koshy"
230
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
230
.Aq jkoshy@FreeBSD.org .
231
The support for the Sandy Bridge
231
The support for the Sandy Bridge
232
microarchitecture was added by
232
microarchitecture was added by
233
.An "Davide Italiano"
233
.An Davide Italiano Aq Mt davide@FreeBSD.org .
234
.Aq davide@FreeBSD.org .
(-)b/lib/libpmc/pmc.sandybridgexeon.3 (-4 / +3 lines)
Lines 1013-1024 The Link Here
1013
library first appeared in
1013
library first appeared in
1014
.Fx 6.0 .
1014
.Fx 6.0 .
1015
.Sh AUTHORS
1015
.Sh AUTHORS
1016
.An -nosplit
1016
The
1017
The
1017
.Lb libpmc
1018
.Lb libpmc
1018
library was written by
1019
library was written by
1019
.An "Joseph Koshy"
1020
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
1020
.Aq jkoshy@FreeBSD.org .
1021
The support for the Sandy Bridge Xeon
1021
The support for the Sandy Bridge Xeon
1022
microarchitecture was written by
1022
microarchitecture was written by
1023
.An "Hiren Panchasara"
1023
.An Hiren Panchasara Aq Mt hiren.panchasara@gmail.com .
1024
.Aq hiren.panchasara@gmail.com .
(-)b/lib/libpmc/pmc.soft.3 (-4 / +3 lines)
Lines 96-106 The Link Here
96
library first appeared in
96
library first appeared in
97
.Fx 6.0 .
97
.Fx 6.0 .
98
.Sh AUTHORS
98
.Sh AUTHORS
99
.An -nosplit
99
The
100
The
100
.Lb libpmc
101
.Lb libpmc
101
library was written by
102
library was written by
102
.An "Joseph Koshy"
103
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
103
.Aq jkoshy@FreeBSD.org .
104
Software PMC was written by
104
Software PMC was written by
105
.An "Fabien Thomas"
105
.An Fabien Thomas Aq Mt fabient@FreeBSD.org .
106
.Aq fabient@FreeBSD.org .
(-)b/lib/libpmc/pmc.tsc.3 (-2 / +1 lines)
Lines 80-84 library first appeared in Link Here
80
The
80
The
81
.Lb libpmc
81
.Lb libpmc
82
library was written by
82
library was written by
83
.An "Joseph Koshy"
83
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
84
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.ucf.3 (-2 / +1 lines)
Lines 110-114 library first appeared in Link Here
110
The
110
The
111
.Lb libpmc
111
.Lb libpmc
112
library was written by
112
library was written by
113
.An "Joseph Koshy"
113
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
114
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.westmere.3 (-2 / +1 lines)
Lines 1395-1399 library first appeared in Link Here
1395
The
1395
The
1396
.Lb libpmc
1396
.Lb libpmc
1397
library was written by
1397
library was written by
1398
.An "Joseph Koshy"
1398
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
1399
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.westmereuc.3 (-2 / +1 lines)
Lines 1080-1084 library first appeared in Link Here
1080
The
1080
The
1081
.Lb libpmc
1081
.Lb libpmc
1082
library was written by
1082
library was written by
1083
.An "Joseph Koshy"
1083
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
1084
.Aq jkoshy@FreeBSD.org .
(-)b/lib/libpmc/pmc.xscale.3 (-4 / +3 lines)
Lines 144-157 library first appeared in Link Here
144
Intel XScale support first appeared in
144
Intel XScale support first appeared in
145
.Fx 9.0 .
145
.Fx 9.0 .
146
.Sh AUTHORS
146
.Sh AUTHORS
147
.An -nosplit
147
The
148
The
148
.Lb libpmc
149
.Lb libpmc
149
library was written by
150
library was written by
150
.An "Joseph Koshy"
151
.An Joseph Koshy Aq Mt jkoshy@FreeBSD.org .
151
.Aq jkoshy@FreeBSD.org .
152
.Pp
152
.Pp
153
Intel XScale support was added by
153
Intel XScale support was added by
154
.An "Rui Paulo"
154
.An Rui Paulo Aq Mt rpaulo@FreeBSD.org .
155
.Aq rpaulo@FreeBSD.org .
156
.Sh CAVEATS
155
.Sh CAVEATS
157
The Intel XScale code does not yet support sampling.
156
The Intel XScale code does not yet support sampling.
(-)b/lib/libprocstat/libprocstat.3 (-2 / +2 lines)
Lines 543-549 library appeared in Link Here
543
The
543
The
544
.Nm libprocstat
544
.Nm libprocstat
545
library was written by
545
library was written by
546
.An Stanislav Sedov Aq stas@FreeBSD.org .
546
.An Stanislav Sedov Aq Mt stas@FreeBSD.org .
547
.Pp
547
.Pp
548
This manual page was written by
548
This manual page was written by
549
.An Sergey Kandaurov Aq pluknet@FreeBSD.org .
549
.An Sergey Kandaurov Aq Mt pluknet@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_get_error.3 (-1 / +1 lines)
Lines 55-58 function first appeared in Link Here
55
.Sh AUTHORS
55
.Sh AUTHORS
56
This
56
This
57
manual page was written by
57
manual page was written by
58
.An Doug Rabson Aq dfr@FreeBSD.org .
58
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_get_mech_info.3 (-1 / +1 lines)
Lines 65-68 function first appeared in Link Here
65
.Sh AUTHORS
65
.Sh AUTHORS
66
This
66
This
67
manual page was written by
67
manual page was written by
68
.An Doug Rabson Aq dfr@FreeBSD.org .
68
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_get_mechanisms.3 (-1 / +1 lines)
Lines 52-55 function first appeared in Link Here
52
.Sh AUTHORS
52
.Sh AUTHORS
53
This
53
This
54
manual page was written by
54
manual page was written by
55
.An Doug Rabson Aq dfr@FreeBSD.org .
55
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_get_principal_name.3 (-1 / +1 lines)
Lines 79-82 function first appeared in Link Here
79
.Sh AUTHORS
79
.Sh AUTHORS
80
This
80
This
81
manual page was written by
81
manual page was written by
82
.An Doug Rabson Aq dfr@FreeBSD.org .
82
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_get_versions.3 (-1 / +1 lines)
Lines 61-64 function first appeared in Link Here
61
.Sh AUTHORS
61
.Sh AUTHORS
62
This
62
This
63
manual page was written by
63
manual page was written by
64
.An Doug Rabson Aq dfr@FreeBSD.org .
64
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_getcred.3 (-1 / +1 lines)
Lines 82-85 function first appeared in Link Here
82
.Sh AUTHORS
82
.Sh AUTHORS
83
This
83
This
84
manual page was written by
84
manual page was written by
85
.An Doug Rabson Aq dfr@FreeBSD.org .
85
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_is_installed.3 (-1 / +1 lines)
Lines 62-65 function first appeared in Link Here
62
.Sh AUTHORS
62
.Sh AUTHORS
63
This
63
This
64
manual page was written by
64
manual page was written by
65
.An Doug Rabson Aq dfr@FreeBSD.org .
65
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_max_data_length.3 (-1 / +1 lines)
Lines 61-64 function first appeared in Link Here
61
.Sh AUTHORS
61
.Sh AUTHORS
62
This
62
This
63
manual page was written by
63
manual page was written by
64
.An Doug Rabson Aq dfr@FreeBSD.org .
64
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_mech_to_oid.3 (-1 / +1 lines)
Lines 65-68 function first appeared in Link Here
65
.Sh AUTHORS
65
.Sh AUTHORS
66
This
66
This
67
manual page was written by
67
manual page was written by
68
.An Doug Rabson Aq dfr@FreeBSD.org .
68
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_oid_to_mech.3 (-1 / +1 lines)
Lines 65-68 function first appeared in Link Here
65
.Sh AUTHORS
65
.Sh AUTHORS
66
This
66
This
67
manual page was written by
67
manual page was written by
68
.An Doug Rabson Aq dfr@FreeBSD.org .
68
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_qop_to_num.3 (-1 / +1 lines)
Lines 67-70 function first appeared in Link Here
67
.Sh AUTHORS
67
.Sh AUTHORS
68
This
68
This
69
manual page was written by
69
manual page was written by
70
.An Doug Rabson Aq dfr@FreeBSD.org .
70
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_seccreate.3 (-1 / +1 lines)
Lines 109-112 function first appeared in Link Here
109
.Sh AUTHORS
109
.Sh AUTHORS
110
This
110
This
111
manual page was written by
111
manual page was written by
112
.An Doug Rabson Aq dfr@FreeBSD.org .
112
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_set_callback.3 (-1 / +1 lines)
Lines 105-111 function first appeared in Link Here
105
.Sh AUTHORS
105
.Sh AUTHORS
106
This
106
This
107
manual page was written by
107
manual page was written by
108
.An Doug Rabson Aq dfr@FreeBSD.org .
108
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
109
.Sh BUGS
109
.Sh BUGS
110
There is no mechanism for informing a server when a security context
110
There is no mechanism for informing a server when a security context
111
has been deleted.
111
has been deleted.
(-)b/lib/librpcsec_gss/rpc_gss_set_defaults.3 (-1 / +1 lines)
Lines 67-70 function first appeared in Link Here
67
.Sh AUTHORS
67
.Sh AUTHORS
68
This
68
This
69
manual page was written by
69
manual page was written by
70
.An Doug Rabson Aq dfr@FreeBSD.org .
70
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_set_svc_name.3 (-1 / +1 lines)
Lines 84-87 function first appeared in Link Here
84
.Sh AUTHORS
84
.Sh AUTHORS
85
This
85
This
86
manual page was written by
86
manual page was written by
87
.An Doug Rabson Aq dfr@FreeBSD.org .
87
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpc_gss_svc_max_data_length.3 (-1 / +1 lines)
Lines 61-64 function first appeared in Link Here
61
.Sh AUTHORS
61
.Sh AUTHORS
62
This
62
This
63
manual page was written by
63
manual page was written by
64
.An Doug Rabson Aq dfr@FreeBSD.org .
64
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librpcsec_gss/rpcsec_gss.3 (-1 / +1 lines)
Lines 228-231 library first appeared in Link Here
228
.Sh AUTHORS
228
.Sh AUTHORS
229
This
229
This
230
manual page was written by
230
manual page was written by
231
.An Doug Rabson Aq dfr@FreeBSD.org .
231
.An Doug Rabson Aq Mt dfr@FreeBSD.org .
(-)b/lib/librtld_db/librtld_db.3 (-1 / +1 lines)
Lines 179-185 and was modeled after the same library present in the Solaris operating system. Link Here
179
The
179
The
180
.Nm librtld_db
180
.Nm librtld_db
181
library and this manual page were written by
181
library and this manual page were written by
182
.An Rui Paulo Aq rpaulo@FreeBSD.org
182
.An Rui Paulo Aq Mt rpaulo@FreeBSD.org
183
under sponsorship from the FreeBSD Foundation.
183
under sponsorship from the FreeBSD Foundation.
184
.Sh CAVEATS
184
.Sh CAVEATS
185
The functions
185
The functions
(-)b/lib/libsdp/sdp.3 (-1 / +1 lines)
Lines 409-415 to find out more about error. Link Here
409
.Xr sdpcontrol 8 ,
409
.Xr sdpcontrol 8 ,
410
.Xr sdpd 8
410
.Xr sdpd 8
411
.Sh AUTHORS
411
.Sh AUTHORS
412
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
412
.An Maksim Yevmenkin Aq Mt m_evmenkin@yahoo.com
413
.Sh BUGS
413
.Sh BUGS
414
Most likely.
414
Most likely.
415
Please report bugs if found.
415
Please report bugs if found.
(-)b/lib/libstand/libstand.3 (-2 / +2 lines)
Lines 665-676 from Link Here
665
.It
665
.It
666
.Nm zalloc
666
.Nm zalloc
667
from
667
from
668
.An Matthew Dillon Aq dillon@backplane.com
668
.An Matthew Dillon Aq Mt dillon@backplane.com
669
.El
669
.El
670
.Pp
670
.Pp
671
The reorganisation and port to
671
The reorganisation and port to
672
.Fx 3.0 ,
672
.Fx 3.0 ,
673
the environment functions and this manpage were written by
673
the environment functions and this manpage were written by
674
.An Mike Smith Aq msmith@FreeBSD.org .
674
.An Mike Smith Aq Mt msmith@FreeBSD.org .
675
.Sh BUGS
675
.Sh BUGS
676
The lack of detailed memory usage data is unhelpful.
676
The lack of detailed memory usage data is unhelpful.
(-)b/lib/libstdthreads/thrd_create.3 (-1 / +1 lines)
Lines 257-260 These functions are expected to conform to Link Here
257
These functions appeared in
257
These functions appeared in
258
.Fx 10.0 .
258
.Fx 10.0 .
259
.Sh AUTHORS
259
.Sh AUTHORS
260
.An Ed Schouten Aq ed@FreeBSD.org
260
.An Ed Schouten Aq Mt ed@FreeBSD.org
(-)b/lib/libthr/libthr.3 (-4 / +4 lines)
Lines 53-62 The Link Here
53
.Nm
53
.Nm
54
library
54
library
55
was originally created by
55
was originally created by
56
.An "Jeff Roberson" Aq jeff@FreeBSD.org ,
56
.An Jeff Roberson Aq Mt jeff@FreeBSD.org ,
57
and enhanced by
57
and enhanced by
58
.An "Jonathan Mini" Aq mini@FreeBSD.org
58
.An Jonathan Mini Aq Mt mini@FreeBSD.org
59
and
59
and
60
.An "Mike Makonnen" Aq mtm@FreeBSD.org .
60
.An Mike Makonnen Aq Mt mtm@FreeBSD.org .
61
It has been substantially rewritten and optimized by
61
It has been substantially rewritten and optimized by
62
.An "David Xu" Aq davidxu@FreeBSD.org .
62
.An David Xu Aq Mt davidxu@FreeBSD.org .
(-)b/lib/libufs/bread.3 (-1 / +1 lines)
Lines 96-99 These functions first appeared as part of Link Here
96
in
96
in
97
.Fx 5.0 .
97
.Fx 5.0 .
98
.Sh AUTHORS
98
.Sh AUTHORS
99
.An Juli Mallett Aq jmallett@FreeBSD.org
99
.An Juli Mallett Aq Mt jmallett@FreeBSD.org
(-)b/lib/libufs/cgread.3 (-1 / +1 lines)
Lines 103-106 These functions first appeared as part of Link Here
103
in
103
in
104
.Fx 5.1 .
104
.Fx 5.1 .
105
.Sh AUTHORS
105
.Sh AUTHORS
106
.An Juli Mallett Aq jmallett@FreeBSD.org
106
.An Juli Mallett Aq Mt jmallett@FreeBSD.org
(-)b/lib/libufs/libufs.3 (-2 / +2 lines)
Lines 71-78 The Link Here
71
library first appeared in
71
library first appeared in
72
.Fx 5.0 .
72
.Fx 5.0 .
73
.Sh AUTHORS
73
.Sh AUTHORS
74
.An Juli Mallett Aq jmallett@FreeBSD.org
74
.An Juli Mallett Aq Mt jmallett@FreeBSD.org
75
.Pp
75
.Pp
76
.An -nosplit
76
.An -nosplit
77
Additional design, feedback, and ideas were provided by
77
Additional design, feedback, and ideas were provided by
78
.An Poul-Henning Kamp Aq phk@FreeBSD.org .
78
.An Poul-Henning Kamp Aq Mt phk@FreeBSD.org .
(-)b/lib/libufs/sbread.3 (-1 / +1 lines)
Lines 78-81 These functions first appeared as part of Link Here
78
in
78
in
79
.Fx 5.0 .
79
.Fx 5.0 .
80
.Sh AUTHORS
80
.Sh AUTHORS
81
.An Juli Mallett Aq jmallett@FreeBSD.org
81
.An Juli Mallett Aq Mt jmallett@FreeBSD.org
(-)b/lib/libufs/ufs_disk_close.3 (-1 / +1 lines)
Lines 109-112 These functions first appeared as part of Link Here
109
in
109
in
110
.Fx 5.0 .
110
.Fx 5.0 .
111
.Sh AUTHORS
111
.Sh AUTHORS
112
.An Juli Mallett Aq jmallett@FreeBSD.org
112
.An Juli Mallett Aq Mt jmallett@FreeBSD.org
(-)b/lib/libutil/flopen.3 (-1 / +1 lines)
Lines 98-101 and Link Here
98
The
98
The
99
.Nm
99
.Nm
100
function and this manual page were written by
100
function and this manual page were written by
101
.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org .
101
.An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org .
(-)b/lib/libutil/kld.3 (-1 / +1 lines)
Lines 90-93 The Link Here
90
and
90
and
91
.Fn kld_load
91
.Fn kld_load
92
functions and this manual page were written by
92
functions and this manual page were written by
93
.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org .
93
.An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org .
(-)b/lib/libutil/pidfile.3 (-2 / +2 lines)
Lines 291-297 Probably called not from the process which used Link Here
291
The
291
The
292
.Nm pidfile
292
.Nm pidfile
293
functionality is based on ideas from
293
functionality is based on ideas from
294
.An John-Mark Gurney Aq jmg@FreeBSD.org .
294
.An John-Mark Gurney Aq Mt jmg@FreeBSD.org .
295
.Pp
295
.Pp
296
The code and manual page was written by
296
The code and manual page was written by
297
.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org .
297
.An Pawel Jakub Dawidek Aq Mt pjd@FreeBSD.org .
(-)b/lib/libutil/pw_util.3 (-1 / +1 lines)
Lines 283-286 DARPA/SPAWAR contract N66001-01-C-8035 Link Here
283
as part of the DARPA CHATS research program.
283
as part of the DARPA CHATS research program.
284
.Pp
284
.Pp
285
This manual page was written by
285
This manual page was written by
286
.An Baptiste Daroussin Aq bapt@FreeBSD.org .
286
.An Baptiste Daroussin Aq Mt bapt@FreeBSD.org .
(-)b/lib/libutil/quotafile.3 (-2 / +2 lines)
Lines 285-290 functions first appeared in Link Here
285
The
285
The
286
.Nm quotafile
286
.Nm quotafile
287
functions and this manual page were written by
287
functions and this manual page were written by
288
.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org
288
.An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org
289
and
289
and
290
.An Marshall Kirk McKusick Aq mckusick@mckusick.com .
290
.An Marshall Kirk McKusick Aq Mt mckusick@mckusick.com .
(-)b/lib/libvgl/vgl.3 (-1 / +1 lines)
Lines 468-471 The Link Here
468
library appeared in
468
library appeared in
469
.Fx 3.0 .
469
.Fx 3.0 .
470
.Sh AUTHORS
470
.Sh AUTHORS
471
.An S\(/oren Schmidt Aq sos@FreeBSD.org
471
.An S\(/oren Schmidt Aq Mt sos@FreeBSD.org
(-)b/usr.bin/ar/ar.1 (-1 / +1 lines)
Lines 570-576 An Link Here
570
command first appeared in AT&T UNIX Version 1.
570
command first appeared in AT&T UNIX Version 1.
571
In
571
In
572
.Fx 8.0 ,
572
.Fx 8.0 ,
573
.An "Kai Wang" Aq kaiw@FreeBSD.org
573
.An Kai Wang Aq Mt kaiw@FreeBSD.org
574
reimplemented
574
reimplemented
575
.Nm
575
.Nm
576
and
576
and
(-)b/usr.bin/at/at.man (-3 / +4 lines)
Lines 330-341 job-creation lock file Link Here
330
.Xr cron 8 ,
330
.Xr cron 8 ,
331
.Xr sendmail 8
331
.Xr sendmail 8
332
.Sh AUTHORS
332
.Sh AUTHORS
333
.An -nosplit
333
At was mostly written by
334
At was mostly written by
334
.An Thomas Koenig Aq ig25@rz.uni-karlsruhe.de .
335
.An Thomas Koenig Aq Mt ig25@rz.uni-karlsruhe.de .
335
The time parsing routines are by
336
The time parsing routines are by
336
.An David Parsons Aq orc@pell.chi.il.us ,
337
.An David Parsons Aq Mt orc@pell.chi.il.us ,
337
with minor enhancements by
338
with minor enhancements by
338
.An Joe Halpin Aq joe.halpin@attbi.com .
339
.An Joe Halpin Aq Mt joe.halpin@attbi.com .
339
.Sh BUGS
340
.Sh BUGS
340
If the file
341
If the file
341
.Pa /var/run/utx.active
342
.Pa /var/run/utx.active
(-)b/usr.bin/bluetooth/bthost/bthost.1 (-1 / +1 lines)
Lines 112-115 foo: Unknown Protocol/Service Multiplexor Link Here
112
.Xr bluetooth.hosts 5 ,
112
.Xr bluetooth.hosts 5 ,
113
.Xr bluetooth.protocols 5
113
.Xr bluetooth.protocols 5
114
.Sh AUTHORS
114
.Sh AUTHORS
115
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
115
.An Maksim Yevmenkin Aq Mt m_evmenkin@yahoo.com
(-)b/usr.bin/bluetooth/btsockstat/btsockstat.1 (-1 / +1 lines)
Lines 77-83 Display a list of active routing entries (if any) for specified protocol. Link Here
77
.Sh SEE ALSO
77
.Sh SEE ALSO
78
.Xr ng_btsocket 4
78
.Xr ng_btsocket 4
79
.Sh AUTHORS
79
.Sh AUTHORS
80
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
80
.An Maksim Yevmenkin Aq Mt m_evmenkin@yahoo.com
81
.Sh BUGS
81
.Sh BUGS
82
Most likely.
82
Most likely.
83
Please report if found.
83
Please report if found.
(-)b/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.1 (-1 / +1 lines)
Lines 181-186 can be used to talk to the remote serial port on the server. Link Here
181
.Xr rfcomm_pppd 8 ,
181
.Xr rfcomm_pppd 8 ,
182
.Xr sdpd 8
182
.Xr sdpd 8
183
.Sh AUTHORS
183
.Sh AUTHORS
184
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
184
.An Maksim Yevmenkin Aq Mt m_evmenkin@yahoo.com
185
.Sh BUGS
185
.Sh BUGS
186
Please report if found.
186
Please report if found.
(-)b/usr.bin/brandelf/brandelf.1 (-1 / +1 lines)
Lines 101-104 manual page first appeared in Link Here
101
.Fx 2.2 .
101
.Fx 2.2 .
102
.Sh AUTHORS
102
.Sh AUTHORS
103
This manual page was written by
103
This manual page was written by
104
.An John-Mark Gurney Aq jmg@FreeBSD.org .
104
.An John-Mark Gurney Aq Mt jmg@FreeBSD.org .
(-)b/usr.bin/bsdiff/bsdiff/bsdiff.1 (-1 / +1 lines)
Lines 66-72 an absolute minimum working set size of 8 times the size of Link Here
66
.Sh SEE ALSO
66
.Sh SEE ALSO
67
.Xr bspatch 1
67
.Xr bspatch 1
68
.Sh AUTHORS
68
.Sh AUTHORS
69
.An Colin Percival Aq cperciva@FreeBSD.org
69
.An Colin Percival Aq Mt cperciva@FreeBSD.org
70
.Sh BUGS
70
.Sh BUGS
71
The
71
The
72
.Nm
72
.Nm
(-)b/usr.bin/bsdiff/bspatch/bspatch.1 (-1 / +1 lines)
Lines 62-68 of performance. Link Here
62
.Sh SEE ALSO
62
.Sh SEE ALSO
63
.Xr bsdiff 1
63
.Xr bsdiff 1
64
.Sh AUTHORS
64
.Sh AUTHORS
65
.An Colin Percival Aq cperciva@FreeBSD.org
65
.An Colin Percival Aq Mt cperciva@FreeBSD.org
66
.Sh BUGS
66
.Sh BUGS
67
The
67
The
68
.Nm
68
.Nm
(-)b/usr.bin/cpuset/cpuset.1 (-1 / +1 lines)
Lines 191-194 The Link Here
191
command first appeared in
191
command first appeared in
192
.Fx 7.1 .
192
.Fx 7.1 .
193
.Sh AUTHORS
193
.Sh AUTHORS
194
.An Jeffrey Roberson Aq jeff@FreeBSD.org
194
.An Jeffrey Roberson Aq Mt jeff@FreeBSD.org
(-)b/usr.bin/csup/cpasswd.1 (-2 / +2 lines)
Lines 107-118 http://www.cvsup.org/ Link Here
107
.Ed
107
.Ed
108
.Sh AUTHORS
108
.Sh AUTHORS
109
.An -nosplit
109
.An -nosplit
110
.An Petar Zhivkov Petrov Aq pesho.petrov@gmail.com
110
.An Petar Zhivkov Petrov Aq Mt pesho.petrov@gmail.com
111
is the author of
111
is the author of
112
.Nm ,
112
.Nm ,
113
the rewrite of
113
the rewrite of
114
.Nm cvpasswd .
114
.Nm cvpasswd .
115
.An John Polstra Aq jdp@polstra.com
115
.An John Polstra Aq Mt jdp@polstra.com
116
is the author of
116
is the author of
117
.Nm CVSup .
117
.Nm CVSup .
118
.Sh LEGALITIES
118
.Sh LEGALITIES
(-)b/usr.bin/csup/csup.1 (-2 / +2 lines)
Lines 973-985 List files. Link Here
973
.Xr ssh 1 .
973
.Xr ssh 1 .
974
.Sh AUTHORS
974
.Sh AUTHORS
975
.An -nosplit
975
.An -nosplit
976
.An Maxime Henrion Aq mux@FreeBSD.org
976
.An Maxime Henrion Aq Mt mux@FreeBSD.org
977
is the author of
977
is the author of
978
.Nm ,
978
.Nm ,
979
the rewrite of
979
the rewrite of
980
.Nm CVSup
980
.Nm CVSup
981
in C.
981
in C.
982
.An John Polstra Aq jdp@polstra.com
982
.An John Polstra Aq Mt jdp@polstra.com
983
is the author of
983
is the author of
984
.Nm CVSup .
984
.Nm CVSup .
985
.Sh LEGALITIES
985
.Sh LEGALITIES
(-)b/usr.bin/ctlstat/ctlstat.8 (-2 / +2 lines)
Lines 119-123 every 10 seconds. Link Here
119
.Xr ctladm 8 ,
119
.Xr ctladm 8 ,
120
.Xr iostat 8
120
.Xr iostat 8
121
.Sh AUTHORS
121
.Sh AUTHORS
122
.An Ken Merry Aq ken@FreeBSD.org
122
.An Ken Merry Aq Mt ken@FreeBSD.org
123
.An Will Andrews Aq will@FreeBSD.org
123
.An Will Andrews Aq Mt will@FreeBSD.org
(-)b/usr.bin/elf2aout/elf2aout.1 (-2 / +2 lines)
Lines 59-64 utility first appeared in Link Here
59
The
59
The
60
.Nm
60
.Nm
61
utility was written by
61
utility was written by
62
.An Jake Burkholder Aq jake@FreeBSD.org .
62
.An Jake Burkholder Aq Mt jake@FreeBSD.org .
63
This manual page was written by
63
This manual page was written by
64
.An Tom Rhodes Aq trhodes@FreeBSD.org .
64
.An Tom Rhodes Aq Mt trhodes@FreeBSD.org .
(-)b/usr.bin/elfdump/elfdump.1 (-2 / +2 lines)
Lines 102-111 The Link Here
102
.Nm
102
.Nm
103
utility
103
utility
104
was written by
104
was written by
105
.An Jake Burkholder Aq jake@FreeBSD.org .
105
.An Jake Burkholder Aq Mt jake@FreeBSD.org .
106
This
106
This
107
manual page was written by
107
manual page was written by
108
.An David O'Brien Aq obrien@FreeBSD.org .
108
.An David O'Brien Aq Mt obrien@FreeBSD.org .
109
.Sh BUGS
109
.Sh BUGS
110
Does not fully implement the
110
Does not fully implement the
111
.Tn ELF
111
.Tn ELF
(-)b/usr.bin/fetch/fetch.1 (-4 / +4 lines)
Lines 389-405 This implementation first appeared in Link Here
389
The original implementation of
389
The original implementation of
390
.Nm
390
.Nm
391
was done by
391
was done by
392
.An Jean-Marc Zucconi Aq jmz@FreeBSD.org .
392
.An Jean-Marc Zucconi Aq Mt jmz@FreeBSD.org .
393
It was extensively re-worked for
393
It was extensively re-worked for
394
.Fx 2.2
394
.Fx 2.2
395
by
395
by
396
.An Garrett Wollman Aq wollman@FreeBSD.org ,
396
.An Garrett Wollman Aq Mt wollman@FreeBSD.org ,
397
and later completely rewritten to use the
397
and later completely rewritten to use the
398
.Xr fetch 3
398
.Xr fetch 3
399
library by
399
library by
400
.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org
400
.An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org
401
and
401
and
402
.An Michael Gmelin Aq freebsd@grem.de .
402
.An Michael Gmelin Aq Mt freebsd@grem.de .
403
.Sh NOTES
403
.Sh NOTES
404
The
404
The
405
.Fl b
405
.Fl b
(-)b/usr.bin/fstat/fuser.1 (-1 / +1 lines)
Lines 139-145 utility appeared in Link Here
139
The
139
The
140
.Nm
140
.Nm
141
utility and this manual page was written by
141
utility and this manual page was written by
142
.An Stanislav Sedov Aq stas@FreeBSD.org .
142
.An Stanislav Sedov Aq Mt stas@FreeBSD.org .
143
.Sh BUGS
143
.Sh BUGS
144
Since
144
Since
145
.Nm
145
.Nm
(-)b/usr.bin/getconf/getconf.1 (-1 / +1 lines)
Lines 204-207 The Link Here
204
utility first appeared in
204
utility first appeared in
205
.Fx 5.0 .
205
.Fx 5.0 .
206
.Sh AUTHORS
206
.Sh AUTHORS
207
.An Garrett A. Wollman Aq wollman@lcs.mit.edu
207
.An Garrett A. Wollman Aq Mt wollman@lcs.mit.edu
(-)b/usr.bin/gzip/gzip.1 (-2 / +2 lines)
Lines 214-222 and first appeared in Link Here
214
This implementation of
214
This implementation of
215
.Nm
215
.Nm
216
was written by
216
was written by
217
.An Matthew R. Green Aq mrg@eterna.com.au
217
.An Matthew R. Green Aq Mt mrg@eterna.com.au
218
with unpack support written by
218
with unpack support written by
219
.An Xin LI Aq delphij@FreeBSD.org .
219
.An Xin LI Aq Mt delphij@FreeBSD.org .
220
.Sh BUGS
220
.Sh BUGS
221
According to RFC 1952, the recorded file size is stored in a 32-bit
221
According to RFC 1952, the recorded file size is stored in a 32-bit
222
integer, therefore, it can not represent files larger than 4GB.
222
integer, therefore, it can not represent files larger than 4GB.
(-)b/usr.bin/ipcs/ipcs.1 (-1 / +1 lines)
Lines 169-175 default system name list Link Here
169
.Sh SEE ALSO
169
.Sh SEE ALSO
170
.Xr ipcrm 1
170
.Xr ipcrm 1
171
.Sh AUTHORS
171
.Sh AUTHORS
172
.An Thorsten Lockert Aq tholo@sigmasoft.com
172
.An Thorsten Lockert Aq Mt tholo@sigmasoft.com
173
.Sh BUGS
173
.Sh BUGS
174
This manual page is woefully incomplete, because it does not
174
This manual page is woefully incomplete, because it does not
175
at all attempt to explain the information printed by
175
at all attempt to explain the information printed by
(-)b/usr.bin/iscsictl/iscsictl.8 (-1 / +1 lines)
Lines 182-186 command appeared in Link Here
182
The
182
The
183
.Nm
183
.Nm
184
was developed by
184
was developed by
185
.An Edward Tomasz Napierala Aq trasz@FreeBSD.org
185
.An Edward Tomasz Napierala Aq Mt trasz@FreeBSD.org
186
under sponsorship from the FreeBSD Foundation.
186
under sponsorship from the FreeBSD Foundation.
(-)b/usr.bin/ktrdump/ktrdump.8 (-2 / +2 lines)
Lines 86-92 utility first appeared in Link Here
86
The
86
The
87
.Nm
87
.Nm
88
utility was implemented by
88
utility was implemented by
89
.An Jake Burkholder Aq jake@FreeBSD.org .
89
.An Jake Burkholder Aq Mt jake@FreeBSD.org .
90
.Pp
90
.Pp
91
This manual page was written by
91
This manual page was written by
92
.An Chad David Aq davidc@FreeBSD.org .
92
.An Chad David Aq Mt davidc@FreeBSD.org .
(-)b/usr.bin/ldd/ldd.1 (-1 / +1 lines)
Lines 77-80 utility first appeared in SunOS 4.0, it appeared in its current form in Link Here
77
The
77
The
78
.Fl v
78
.Fl v
79
support is based on code written by
79
support is based on code written by
80
.An John Polstra Aq jdp@polstra.com
80
.An John Polstra Aq Mt jdp@polstra.com
(-)b/usr.bin/lockf/lockf.1 (-1 / +1 lines)
Lines 169-172 A Link Here
169
utility first appeared in
169
utility first appeared in
170
.Fx 2.2 .
170
.Fx 2.2 .
171
.Sh AUTHORS
171
.Sh AUTHORS
172
.An John Polstra Aq jdp@polstra.com
172
.An John Polstra Aq Mt jdp@polstra.com
(-)b/usr.bin/logins/logins.1 (-1 / +1 lines)
Lines 100-104 utility appeared in Link Here
100
The
100
The
101
.Nm
101
.Nm
102
utility was written by
102
utility was written by
103
.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org
103
.An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org
104
based on similar utilities in other operating systems.
104
based on similar utilities in other operating systems.
(-)b/usr.bin/m4/m4.1 (-3 / +3 lines)
Lines 500-508 Many other Link Here
500
have dire size limitations with respect to buffer sizes.
500
have dire size limitations with respect to buffer sizes.
501
.Sh AUTHORS
501
.Sh AUTHORS
502
.An -nosplit
502
.An -nosplit
503
.An Ozan Yigit Aq oz@sis.yorku.ca
503
.An Ozan Yigit Aq Mt oz@sis.yorku.ca
504
and
504
and
505
.An Richard A. O'Keefe Aq ok@goanna.cs.rmit.OZ.AU .
505
.An Richard A. O'Keefe Aq Mt ok@goanna.cs.rmit.OZ.AU .
506
.Pp
506
.Pp
507
GNU-m4 compatibility extensions by
507
GNU-m4 compatibility extensions by
508
.An Marc Espie Aq espie@cvs.openbsd.org .
508
.An Marc Espie Aq Mt espie@cvs.openbsd.org .
(-)b/usr.bin/mkcsmapper/mkcsmapper.1 (-1 / +1 lines)
Lines 86-89 first appeared in Link Here
86
.Fx 9.0 .
86
.Fx 9.0 .
87
.Sh AUTHORS
87
.Sh AUTHORS
88
This manual page was written by
88
This manual page was written by
89
.An Gabor Kovesdan Aq gabor@FreeBSD.org .
89
.An Gabor Kovesdan Aq Mt gabor@FreeBSD.org .
(-)b/usr.bin/mkesdb/mkesdb.1 (-1 / +1 lines)
Lines 81-84 first appeared in Link Here
81
.Fx 9.0 .
81
.Fx 9.0 .
82
.Sh AUTHORS
82
.Sh AUTHORS
83
This manual page was written by
83
This manual page was written by
84
.An Gabor Kovesdan Aq gabor@FreeBSD.org .
84
.An Gabor Kovesdan Aq Mt gabor@FreeBSD.org .
(-)b/usr.bin/mkulzma/mkulzma.8 (-2 / +2 lines)
Lines 103-107 on the mount point provided as the first argument to the script. Link Here
103
.Xr mdconfig 8 ,
103
.Xr mdconfig 8 ,
104
.Xr mount_cd9660 8
104
.Xr mount_cd9660 8
105
.Sh AUTHORS
105
.Sh AUTHORS
106
.An Maxim Sobolev Aq sobomax@FreeBSD.org
106
.An Maxim Sobolev Aq Mt sobomax@FreeBSD.org
107
.An Aleksandr Rybalko Aq ray@ddteam.net
107
.An Aleksandr Rybalko Aq Mt ray@ddteam.net
(-)b/usr.bin/mkuzip/mkuzip.8 (-1 / +1 lines)
Lines 103-106 on the mount point provided as the first argument to the script. Link Here
103
.Xr mdconfig 8 ,
103
.Xr mdconfig 8 ,
104
.Xr mount_cd9660 8
104
.Xr mount_cd9660 8
105
.Sh AUTHORS
105
.Sh AUTHORS
106
.An Maxim Sobolev Aq sobomax@FreeBSD.org
106
.An Maxim Sobolev Aq Mt sobomax@FreeBSD.org
(-)b/usr.bin/ncal/ncal.1 (-1 / +1 lines)
Lines 189-195 command appeared in Link Here
189
The
189
The
190
.Nm ncal
190
.Nm ncal
191
command and manual were written by
191
command and manual were written by
192
.An Wolfgang Helbig Aq helbig@FreeBSD.org .
192
.An Wolfgang Helbig Aq Mt helbig@FreeBSD.org .
193
.Sh BUGS
193
.Sh BUGS
194
The assignment of Julian\(enGregorian switching dates to country
194
The assignment of Julian\(enGregorian switching dates to country
195
codes is historically naive for many countries.
195
codes is historically naive for many countries.
(-)b/usr.bin/rctl/rctl.8 (-1 / +1 lines)
Lines 268-274 command appeared in Link Here
268
The
268
The
269
.Nm
269
.Nm
270
was developed by
270
was developed by
271
.An Edward Tomasz Napierala Aq trasz@FreeBSD.org
271
.An Edward Tomasz Napierala Aq Mt trasz@FreeBSD.org
272
under sponsorship from the FreeBSD Foundation.
272
under sponsorship from the FreeBSD Foundation.
273
.Sh BUGS
273
.Sh BUGS
274
Limiting
274
Limiting
(-)b/usr.bin/revoke/revoke.1 (-1 / +1 lines)
Lines 53-56 The Link Here
53
program first appeared in
53
program first appeared in
54
.Fx 8.0 .
54
.Fx 8.0 .
55
.Sh AUTHORS
55
.Sh AUTHORS
56
.An Ed Schouten Aq ed@FreeBSD.org
56
.An Ed Schouten Aq Mt ed@FreeBSD.org
(-)b/usr.bin/sed/sed.1 (-1 / +1 lines)
Lines 620-626 command, written by Link Here
620
appeared in
620
appeared in
621
.At v7 .
621
.At v7 .
622
.Sh AUTHORS
622
.Sh AUTHORS
623
.An "Diomidis D. Spinellis" Aq dds@FreeBSD.org
623
.An Diomidis D. Spinellis Aq Mt dds@FreeBSD.org
624
.Sh BUGS
624
.Sh BUGS
625
Multibyte characters containing a byte with value 0x5C
625
Multibyte characters containing a byte with value 0x5C
626
.Tn ( ASCII
626
.Tn ( ASCII
(-)b/usr.bin/sockstat/sockstat.1 (-1 / +1 lines)
Lines 160-163 command appeared in Link Here
160
The
160
The
161
.Nm
161
.Nm
162
command and this manual page were written by
162
command and this manual page were written by
163
.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org .
163
.An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org .
(-)b/usr.bin/ssh-copy-id/ssh-copy-id.1 (-1 / +1 lines)
Lines 85-90 To send a specific key to multiple hosts: Link Here
85
The
85
The
86
.Nm
86
.Nm
87
utility was written by
87
utility was written by
88
.An Eitan Adler Aq eadler@FreeBSD.org
88
.An Eitan Adler Aq Mt eadler@FreeBSD.org
89
as a drop-in replacement for an existing utility included with
89
as a drop-in replacement for an existing utility included with
90
OpenSSH.
90
OpenSSH.
(-)b/usr.bin/stat/stat.1 (-4 / +2 lines)
Lines 601-608 and Link Here
601
The
601
The
602
.Nm
602
.Nm
603
utility was written by
603
utility was written by
604
.An Andrew Brown
604
.An Andrew Brown Aq Mt atatat@NetBSD.org .
605
.Aq atatat@NetBSD.org .
606
This man page was written by
605
This man page was written by
607
.An Jan Schaumann
606
.An Jan Schaumann Aq Mt jschauma@NetBSD.org .
608
.Aq jschauma@NetBSD.org .
(-)b/usr.bin/truncate/truncate.1 (-2 / +1 lines)
Lines 149-153 utility first appeared in Link Here
149
The
149
The
150
.Nm
150
.Nm
151
utility was written by
151
utility was written by
152
.An Sheldon Hearn
152
.An Sheldon Hearn Aq Mt sheldonh@starjuice.net .
153
.Aq sheldonh@starjuice.net .
(-)b/usr.bin/unifdef/unifdef.1 (-2 / +3 lines)
Lines 415-423 command appeared in Link Here
415
support was added in
415
support was added in
416
.Fx 4.7 .
416
.Fx 4.7 .
417
.Sh AUTHORS
417
.Sh AUTHORS
418
.An -nosplit
418
The original implementation was written by
419
The original implementation was written by
419
.An Dave Yost Aq Dave@Yost.com .
420
.An Dave Yost Aq Mt Dave@Yost.com .
420
.An Tony Finch Aq dot@dotat.at
421
.An Tony Finch Aq Mt dot@dotat.at
421
rewrote it to support
422
rewrote it to support
422
.Tn ANSI\~C .
423
.Tn ANSI\~C .
423
.Sh BUGS
424
.Sh BUGS
(-)b/usr.bin/units/units.1 (-1 / +1 lines)
Lines 170-176 units. Link Here
170
the standard units library
170
the standard units library
171
.El
171
.El
172
.Sh AUTHORS
172
.Sh AUTHORS
173
.An Adrian Mariano Aq adrian@cam.cornell.edu
173
.An Adrian Mariano Aq Mt adrian@cam.cornell.edu
174
.Sh BUGS
174
.Sh BUGS
175
The effect of including a '/' in a prefix is surprising.
175
The effect of including a '/' in a prefix is surprising.
176
.Pp
176
.Pp
(-)b/usr.bin/unzip/unzip.1 (-2 / +2 lines)
Lines 182-189 utility appeared in Link Here
182
The
182
The
183
.Nm
183
.Nm
184
utility and this manual page were written by
184
utility and this manual page were written by
185
.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org .
185
.An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org .
186
It uses the
186
It uses the
187
.Xr archive 3
187
.Xr archive 3
188
library developed by
188
library developed by
189
.An Tim Kientzle Aq kientzle@FreeBSD.org .
189
.An Tim Kientzle Aq Mt kientzle@FreeBSD.org .
(-)b/usr.bin/which/which.1 (-2 / +2 lines)
Lines 78-85 command first appeared in Link Here
78
The
78
The
79
.Nm
79
.Nm
80
utility was originally written in Perl and was contributed by
80
utility was originally written in Perl and was contributed by
81
.An Wolfram Schneider Aq wosch@FreeBSD.org .
81
.An Wolfram Schneider Aq Mt wosch@FreeBSD.org .
82
The current version of
82
The current version of
83
.Nm
83
.Nm
84
was rewritten in C by
84
was rewritten in C by
85
.An Daniel Papasian Aq dpapasia@andrew.cmu.edu .
85
.An Daniel Papasian Aq Mt dpapasia@andrew.cmu.edu .
(-)b/usr.bin/ypcat/ypcat.1 (-1 / +1 lines)
Lines 71-74 Display the map nickname table. Link Here
71
.Xr ypbind 8 ,
71
.Xr ypbind 8 ,
72
.Xr ypset 8
72
.Xr ypset 8
73
.Sh AUTHORS
73
.Sh AUTHORS
74
.An Theo De Raadt Aq deraadt@theos.com .
74
.An Theo De Raadt Aq Mt deraadt@theos.com .
(-)b/usr.bin/ypmatch/ypmatch.1 (-1 / +1 lines)
Lines 72-75 Display the map nickname table. Link Here
72
.Xr ypbind 8 ,
72
.Xr ypbind 8 ,
73
.Xr ypset 8
73
.Xr ypset 8
74
.Sh AUTHORS
74
.Sh AUTHORS
75
.An Theo De Raadt Aq deraadt@theos.com .
75
.An Theo De Raadt Aq Mt deraadt@theos.com .

Return to bug 191174