fsck.c (b813a7142b1d947bc91a956ce276fc31e0bd178c) fsck.c (d397408818fbfa179246fb327659e3fb29ffff31)
1/* $NetBSD: fsck.c,v 1.21 1999/04/22 04:20:53 abs Exp $ */
2
3/*
4 * Copyright (c) 1996 Christos Zoulas. All rights reserved.
5 * Copyright (c) 1980, 1989, 1993, 1994
6 * The Regents of the University of California. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 568 unchanged lines hidden (view full) ---

577
578
579static void
580usage(void)
581{
582 static const char common[] =
583 "[-BFdpvlyn] [-T fstype:fsoptions] [-t fstype]";
584
1/* $NetBSD: fsck.c,v 1.21 1999/04/22 04:20:53 abs Exp $ */
2
3/*
4 * Copyright (c) 1996 Christos Zoulas. All rights reserved.
5 * Copyright (c) 1980, 1989, 1993, 1994
6 * The Regents of the University of California. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 568 unchanged lines hidden (view full) ---

577
578
579static void
580usage(void)
581{
582 static const char common[] =
583 "[-BFdpvlyn] [-T fstype:fsoptions] [-t fstype]";
584
585 (void)fprintf(stderr, "Usage: %s %s [special|node]...\n",
585 (void)fprintf(stderr, "usage: %s %s [special|node]...\n",
586 getprogname(), common);
587 exit(1);
588}
586 getprogname(), common);
587 exit(1);
588}