mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
Typo. Move FreeBSD Id out of copyright section.
This commit is contained in:
parent
7e9044a636
commit
57d4db4bc5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74257
@ -5,11 +5,13 @@
|
||||
* can do whatever you want with this stuff. If we meet some day, and you think
|
||||
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
||||
* ----------------------------------------------------------------------------
|
||||
*
|
||||
* $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
"$FreeBSD$";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
@ -17,6 +19,6 @@ main(int argc, char **argv)
|
||||
{
|
||||
|
||||
fprintf(stderr, "ERROR: vnconfig(8) has been discontinued\n");
|
||||
fprintf(stderr, "\tPlease used mdconfig(8).\n");
|
||||
fprintf(stderr, "\tPlease use mdconfig(8).\n");
|
||||
exit (1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user