diff options
Diffstat (limited to 'toys/lsb/sync.c')
-rw-r--r-- | toys/lsb/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/lsb/sync.c b/toys/lsb/sync.c index e6990fd8..0d167147 100644 --- a/toys/lsb/sync.c +++ b/toys/lsb/sync.c @@ -4,7 +4,7 @@ * * Copyright 2007 Rob Landley <rob@landley.net> * - * Not in SUSv3. + * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/sync.html USE_SYNC(NEWTOY(sync, NULL, TOYFLAG_BIN)) |