diff options
author | fredb <fredb@pkgsrc.org> | 2003-06-17 15:30:52 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-06-17 15:30:52 +0000 |
commit | d1b7ec30675e523c11a35292bc810efde3bb8fff (patch) | |
tree | cf1144a6baa8f634597593e58e97d7b618167367 /sysutils/xps | |
parent | e82a63b3733488f1853551f18546f42beca58732 (diff) | |
download | pkgsrc-d1b7ec30675e523c11a35292bc810efde3bb8fff.tar.gz |
Fix a typo.
Diffstat (limited to 'sysutils/xps')
-rw-r--r-- | sysutils/xps/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/xps/patches/patch-aa b/sysutils/xps/patches/patch-aa new file mode 100644 index 00000000000..472b3f4be83 --- /dev/null +++ b/sysutils/xps/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.5 2003/06/17 15:30:52 fredb Exp $ + +--- common.c.orig 1999-06-16 22:44:56.000000000 -0500 ++++ common.c +@@ -950,7 +950,7 @@ usage(int exitcode) + \t-zombie color Color for zombie processes\n\ + \t-stopped color Color for stopped processes\n\ + \t-kill Enable Quick Kill\n\ +-\t-metoo Show me running too. ++\t-metoo Show me running too.\n\ + \t-pscmdline string Command to give ps cmdline. Should have %%d for pid\n\ + \t-pscmdinfo string Command to give ps info. Should have %%d for pid\n\ + \t-version Print version information and build info\n\ |