kldxref.c (8c7911ebe279d971413b32114b7eeb37367d6f2a) | kldxref.c (d397408818fbfa179246fb327659e3fb29ffff31) |
---|---|
1/* 2 * Copyright (c) 2000, Boris Popov 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 326 unchanged lines hidden (view full) --- 335 return 0; 336} 337 338static void 339usage(void) 340{ 341 342 fprintf(stderr, "%s\n", | 1/* 2 * Copyright (c) 2000, Boris Popov 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 326 unchanged lines hidden (view full) --- 335 return 0; 336} 337 338static void 339usage(void) 340{ 341 342 fprintf(stderr, "%s\n", |
343 "Usage: kldxref [-Rdv] [-f hintfile] path [path..]" | 343 "usage: kldxref [-Rdv] [-f hintfile] path [path..]" |
344 ); 345 exit(1); 346} | 344 ); 345 exit(1); 346} |