diff options
author | Glen Barber <gjb@FreeBSD.org> | 2012-05-18 00:00:46 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2012-05-18 00:00:46 +0000 |
commit | 1bc18c4ac312fe6368ca040882b5d9ca8d9f658d (patch) | |
tree | f45641a6f96bc0817ef375825b336b99fa9ed0b6 /usr.bin | |
parent | f0b4cb572a0eab0df17f0baeecf83154f6c60c24 (diff) | |
download | src-test2-1bc18c4ac312fe6368ca040882b5d9ca8d9f658d.tar.gz src-test2-1bc18c4ac312fe6368ca040882b5d9ca8d9f658d.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/calendar/calendar.1 | 2 | ||||
-rw-r--r-- | usr.bin/clang/clang/clang.1 | 2 | ||||
-rw-r--r-- | usr.bin/clang/tblgen/tblgen.1 | 2 | ||||
-rw-r--r-- | usr.bin/csup/csup.1 | 4 | ||||
-rw-r--r-- | usr.bin/fetch/fetch.1 | 2 | ||||
-rw-r--r-- | usr.bin/gprof/gprof.1 | 2 | ||||
-rw-r--r-- | usr.bin/ipcrm/ipcrm.1 | 2 | ||||
-rw-r--r-- | usr.bin/join/join.1 | 2 | ||||
-rw-r--r-- | usr.bin/limits/limits.1 | 4 | ||||
-rw-r--r-- | usr.bin/ncplogin/ncplogout.1 | 2 | ||||
-rw-r--r-- | usr.bin/tftp/tftp.1 | 4 | ||||
-rw-r--r-- | usr.bin/who/who.1 | 2 | ||||
-rw-r--r-- | usr.bin/whois/whois.1 | 2 |
13 files changed, 16 insertions, 16 deletions
diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index 42fa68dd7c2c..0b1208c6b8c3 100644 --- a/usr.bin/calendar/calendar.1 +++ b/usr.bin/calendar/calendar.1 @@ -210,7 +210,7 @@ Paskha\fB\et\fROrthodox Easter .Sh FILES .Bl -tag -width calendar.christian -compact .It Pa calendar -file in current directory +file in current directory. .It Pa ~/.calendar .Pa calendar HOME directory. diff --git a/usr.bin/clang/clang/clang.1 b/usr.bin/clang/clang/clang.1 index d8884df999f4..348afbba0895 100644 --- a/usr.bin/clang/clang/clang.1 +++ b/usr.bin/clang/clang/clang.1 @@ -475,7 +475,7 @@ write temporary files used during the compilation process. .IX Item "CPATH" If this environment variable is present, it is treated as a delimited list of paths to be added to the default system include path list. The -delimiter is the platform dependent delimitor, as used in the \fI\s-1PATH\s0\fR +delimiter is the platform dependent delimiter, as used in the \fI\s-1PATH\s0\fR environment variable. .Sp Empty components in the environment variable are ignored. diff --git a/usr.bin/clang/tblgen/tblgen.1 b/usr.bin/clang/tblgen/tblgen.1 index edbce9f79842..d6b634e42cd8 100644 --- a/usr.bin/clang/tblgen/tblgen.1 +++ b/usr.bin/clang/tblgen/tblgen.1 @@ -172,7 +172,7 @@ Print the enumeration list for this class. Print all records to standard output (default). .IP "\fB\-print\-enums\fR" 4 .IX Item "-print-enums" -Print enumeration values for a class +Print enumeration values for a class. .IP "\fB\-gen\-emitter\fR" 4 .IX Item "-gen-emitter" Generate machine code emitter. diff --git a/usr.bin/csup/csup.1 b/usr.bin/csup/csup.1 index 51106dc81657..4464356610e3 100644 --- a/usr.bin/csup/csup.1 +++ b/usr.bin/csup/csup.1 @@ -311,7 +311,7 @@ will not create it. The default .Ar base directory is -.Pa /usr/local/etc/csup . +.Pa /usr/local/etc/cvsup . .It Cm prefix= Ns Ar prefix This is the directory under which updated files will be placed. By default, it is the same as @@ -656,7 +656,7 @@ from that directory is not required then the line .El .Pp will not work because the file on the server is called -.Ql Makefile,v. +.Ql Makefile,v . A better solution would be .Pp .Bl -item -compact -offset indent diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 9069e61d50ce..900c0ee26eee 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -249,7 +249,7 @@ for a description of additional environment variables, including .Ev HTTP_REFERER , .Ev HTTP_USER_AGENT , .Ev NETRC , -.Ev NO_PROXY and +.Ev NO_PROXY No and .Ev no_proxy . .Sh EXIT STATUS The diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index 339e5c86da75..98fd72914962 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -73,7 +73,7 @@ compiler or linker you can use instead of .Fl l Ns Ar c . Read the given object file (the default is -.Pa a.out) +.Pa a.out ) and establishes the relation between its symbol table and the call graph profile. The default graph profile file name is the name diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index 30378f244808..5d01bfe81364 100644 --- a/usr.bin/ipcrm/ipcrm.1 +++ b/usr.bin/ipcrm/ipcrm.1 @@ -112,7 +112,7 @@ If the identifier or the key is -1, it will remove all these objects. .Xr ipcs 1 .Sh HISTORY The wiping of all System V IPC objects was first implemented in -.Fx 6.4 and 7.1. +.Fx 6.4 No and 7.1. .Sh AUTHORS The original author was Adam Glass. The wiping of all System V IPC objects was thought up by Callum diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index 3b91390a1e63..3d2b789d8a7e 100644 --- a/usr.bin/join/join.1 +++ b/usr.bin/join/join.1 @@ -107,7 +107,7 @@ representing the join field. The elements of list must be either comma .Pq Ql \&, or whitespace separated. -(The latter requires quoting to protect it from the shell, or, a simpler +(The letter requires quoting to protect it from the shell, or, a simpler approach is to use multiple .Fl o options.) diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index 3ec48454557e..26e8929374fd 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -19,7 +19,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 23, 2011 +.Dd January 23, 2012 .Dt LIMITS 1 .Os .Sh NAME @@ -179,7 +179,7 @@ limits are affected until overridden later with either the or .Fl H options. -.Fl e +.It Fl e Select .Dq "eval mode" formatting for output. diff --git a/usr.bin/ncplogin/ncplogout.1 b/usr.bin/ncplogin/ncplogout.1 index bc220a7cf333..14acaf5a8910 100644 --- a/usr.bin/ncplogin/ncplogout.1 +++ b/usr.bin/ncplogin/ncplogout.1 @@ -30,7 +30,7 @@ The options are: .Bl -tag -width indent .It Fl S Ar server Specify the name of the -.Tn Netware +.Tn NetWare server to which the connection should be terminated. Can be omitted if there is only one connection active. diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1 index 02709c0c09ce..720fd84d84b2 100644 --- a/usr.bin/tftp/tftp.1 +++ b/usr.bin/tftp/tftp.1 @@ -112,9 +112,9 @@ commands. Enable or disable debugging levels during verbose output. The value of .Ar level can be one of -.Cm packet, simple, options, +.Cm packet , simple , options , or -.Cm access. +.Cm access . .Pp .It Cm get Oo Ar host : Oc Ns Ar file Op Ar localname .It Cm get Xo diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index 8a403966c23f..a89738623fe1 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -75,7 +75,7 @@ An error occurred. Show idle time for each user in hours and minutes as .Ar hh Ns : Ns Ar mm , .Ql \&. -if the user has been idle less that a minute, and +if the user has been idle less than a minute, and .Dq Li old if the user has been idle more than 24 hours. .It Cm am I diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index 2484994a4f71..287a42e5bff9 100644 --- a/usr.bin/whois/whois.1 +++ b/usr.bin/whois/whois.1 @@ -203,12 +203,12 @@ This option is deprecated; use the option with an argument of .Qq Li RU instead. +.El .Pp The operands specified to .Nm are treated independently and may be used as queries on different whois servers. -.El .Sh EXIT STATUS .Ex -std .Sh EXAMPLES |