diff options
author | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-05-23 11:47:23 +0000 |
---|---|---|
committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-05-23 11:47:23 +0000 |
commit | 716f301734d638a90b4d7fbb3505253a46e7f991 (patch) | |
tree | fc15c7c96434689dbf91ad854a65f9818fe1a068 | |
parent | 1ce8fd46c666a4b152a06132efdad8aede98bdf1 (diff) |
Notes
-rw-r--r-- | sys/boot/common/loader.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index b622c530b561d..38e734befae61 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -538,6 +538,10 @@ Evaluates the remainder of the input buffer, after having printed it first. Evaluates the remainder of the input buffer under a .Ic catch exception guard. +.It Ic .# +Works like +.Ic . +but without outputting a trailing space. .It Ic fclose Pq Ar fd -- Closes a file. .It Ic fkey Pq Ar fd -- char |