diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-04-28 09:52:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-04-28 09:52:46 +0000 |
commit | ba99632df6e3b0ede8d68acf7fc2299113c0db61 (patch) | |
tree | 6617ffb94407d99ad7d80fa054158ef935a56440 /app/listres/man | |
parent | 5caab0a70594f4062c736bc4919826116b6542fb (diff) |
Update to listres 1.0.6
Diffstat (limited to 'app/listres/man')
-rw-r--r-- | app/listres/man/Makefile.in | 3 | ||||
-rw-r--r-- | app/listres/man/listres.man | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app/listres/man/Makefile.in b/app/listres/man/Makefile.in index 7a7fdf777..31efedf60 100644 --- a/app/listres/man/Makefile.in +++ b/app/listres/man/Makefile.in @@ -125,7 +125,6 @@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CHANGELOG_CMD = @CHANGELOG_CMD@ -CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ @@ -136,11 +135,9 @@ DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ -EGREP = @EGREP@ EXEEXT = @EXEEXT@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ -GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_CMD = @INSTALL_CMD@ INSTALL_DATA = @INSTALL_DATA@ diff --git a/app/listres/man/listres.man b/app/listres/man/listres.man index d5c6d254c..ac0522f56 100644 --- a/app/listres/man/listres.man +++ b/app/listres/man/listres.man @@ -67,6 +67,12 @@ variable name or the class name. The default is ``core''. .B \-format \fIprintf\-string\fP This option specifies the \fIprintf\fP-style format string to be used to print out the name, instance, class, and type of each resource. +.TP 8 +.B \-help +This option indicates that \fIlistres\fP should print a usage message and exit. +.TP 8 +.B \-version +This option indicates that \fIlistres\fP should print version info and exit. .SH "X DEFAULTS" To be written. .SH "SEE ALSO" |