Browse Source

add some missing $, ok djm@ 'That looks fine to me' millert@

OPENBSD_3_7
jsg 20 years ago
parent
commit
32715ebf87
5 changed files with 10 additions and 0 deletions
  1. +2
    -0
      src/lib/libc/crypt/skipjack.c
  2. +2
    -0
      src/lib/libc/stdlib/lsearch.3
  3. +2
    -0
      src/lib/libc/stdlib/lsearch.c
  4. +2
    -0
      src/lib/libc/stdlib/tfind.c
  5. +2
    -0
      src/lib/libc/stdlib/tsearch.c

+ 2
- 0
src/lib/libc/crypt/skipjack.c View File

@ -1,3 +1,5 @@
/* $OpenBSD: skipjack.c,v 1.3 2004/10/01 04:08:45 jsg Exp $ */
/* /*
* Further optimized test implementation of SKIPJACK algorithm * Further optimized test implementation of SKIPJACK algorithm
* Mark Tillotson <markt@chaos.org.uk>, 25 June 98 * Mark Tillotson <markt@chaos.org.uk>, 25 June 98


+ 2
- 0
src/lib/libc/stdlib/lsearch.3 View File

@ -1,3 +1,5 @@
.\" $OpenBSD: lsearch.3,v 1.4 2004/10/01 04:08:45 jsg Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993 .\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
.\" .\"


+ 2
- 0
src/lib/libc/stdlib/lsearch.c View File

@ -1,3 +1,5 @@
/* $OpenBSD: lsearch.c,v 1.3 2004/10/01 04:08:45 jsg Exp $ */
/* /*
* Copyright (c) 1989, 1993 * Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved. * The Regents of the University of California. All rights reserved.


+ 2
- 0
src/lib/libc/stdlib/tfind.c View File

@ -1,3 +1,5 @@
/* $OpenBSD: tfind.c,v 1.4 2004/10/01 04:08:45 jsg Exp $ */
/* /*
* Tree search generalized from Knuth (6.2.2) Algorithm T just like * Tree search generalized from Knuth (6.2.2) Algorithm T just like
* the AT&T man page says. * the AT&T man page says.


+ 2
- 0
src/lib/libc/stdlib/tsearch.c View File

@ -1,3 +1,5 @@
/* $OpenBSD: tsearch.c,v 1.4 2004/10/01 04:08:45 jsg Exp $ */
/* /*
* Tree search generalized from Knuth (6.2.2) Algorithm T just like * Tree search generalized from Knuth (6.2.2) Algorithm T just like
* the AT&T man page says. * the AT&T man page says.


Loading…
Cancel
Save