ftw.3: Follow style(9) in the example
Reported by: oshogbo Approved by: bcr (mentor) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D24043
This commit is contained in:
parent
a74ee5808f
commit
e44a620779
@ -20,7 +20,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd March 5, 2020
|
||||
.Dd March 12, 2020
|
||||
.Dt FTW 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -209,6 +209,7 @@ nftw_callback(const char *path, const struct stat *sb, int typeflag, struct FTW
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
|
||||
if (argc != 2) {
|
||||
printf("Usage %s <directory>\\n", argv[0]);
|
||||
return (EX_USAGE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user